The Address Tag

ken's picture

Opening Tag: <ADDRESS>
Closing Tag: </ADDRESS>

Purpose
To supply contact information about a website - i.e. the address! Inside the tags a link to a page of contact information can be placed. Text inside the address tags would appear in italics. The idea of the address tag is that search engine spiders can use the information to better index a webpage, but it is not clear if spiders actually use this information anyway. This tag is rarely used as the benefits are not clear.

Attributes
NOWRAP
To prevent text wrapping.

Example
<ADDRESS>
<a href="http://www.webguruguide.com">The Web Guru Guide</a>
</ADDRESS>

Related Tags

-

Back to:
Alphabetical Guide
Guide By Type