編輯代碼:
查看結果 »
試一試 - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
address
>
Written by
<
a
href
="mailto:webmaster@example.com"
>
Jon Doe
<
/a
>
.
<
br
>
Visit us at:
<
br
>
Example.com
<
br
>
Box 564, Disneyland
<
br
>
USA
<
/address
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <address> Written by <a href="mailto:webmaster@example.com">Jon Doe</a>.<br> Visit us at:<br> Example.com<br> Box 564, Disneyland<br> USA </address> </body> </html>