Friday, 3 June 2011

HTML address Tag


The <address> tag defines the contact information for the author or owner of a document. This way, the reader is able to contact the document's owner.
The address element is usually added to the header or footer of a webpage.

Example

<address>
House No.<br />
<a href="mailto:us@example.org">Email us</a><br />
Address: Box 355, Disneyland<br />
Phone: +92 54 44
</address>

No comments:

Post a Comment