HTML <address> Address Tag Reference
The address HTML tag means Address, and is used to define contact details.
It's not commonly used and there are better alternatives available.
The <address> HTML/xHTML tag
The <address> tag defines contact information such as postal address, phone numbers, email addresses etc.
When to use the <address> tag (semantic use)
You can use <address> to define an area of a page which contains contact details, but it's not commonly used. A better alternative might be microformats, which allow for more detail and interoperability.
It's valid in all current versions of HTML and xHTML, and it should always have a closing </address> tag.
Example of <address> tag use
The output
Email:Harry Potter
- Recommended
- NEW ebook "Save the Pixel - the Art of Simple Web Design"

- Read offline as PDF ebooks
- Adwords consultant
- vBulletin Skins
- Compare web hosts - speed, uptime, support etc...
- Professional Web Hosting $4.95
- Quality Ruby on Rails hosting - UK, recommended
- Custom logo design services
- Promote your Sheffield business FREE
- Buy Modern European Furniture
- Support this site




<address>
Email:<br />
<a href="mailto:harry@hogwarts.com">Harry Potter</a>
</address>