Editar o código:
ver o resultado »
Tente você mesmo - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
This is a link to
<
a
href
="../../www.wfp.org/index.html"
>
World Food Programme
<
/a
>
.
<
/p
>
<
p
>
This is a link to our
<
a
href
="default.html"
>
HTML reference
<
/a
>
.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p> This is a link to <a href="../../www.wfp.org/index.html">World Food Programme</a>. </p> <p> This is a link to our <a href="default.html">HTML reference</a>. </p> </body> </html>