تحرير مدونة:
نرى النتيجة »
انها محاولة لنفسك - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
<
a
href
="html_images.html"
>
HTML Images
<
/a
>
is a link to a page on this website.
<
/p
>
<
p
>
<
a
href
="../../www.w3.org/index.html"
>
W3C
<
/a
>
is a link to a website on the World Wide Web.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p><a href="html_images.html">HTML Images</a> is a link to a page on this website.</p> <p><a href="../../www.w3.org/index.html">W3C</a> is a link to a website on the World Wide Web.</p> </body> </html>