Certified HTML5 Developer Learning Resources address Tag for Address

Learning Resources
 

address Tag for Address


The HTML address tag is usually used in the footer of a web page, or on a contact page or about us page.

As you might guess, it's used to enclose the contact information of the entity being represented. Here's how to code an address:

The Whatever Company 123 ABC Street Anytown, WI 54422

In most browsers the address would be rendered in italic type. Check the address below to see how your browser renders it:

The Whatever Company · 123 ABC Street · Anytown, WI 54422

You can toss a break tag after each line if you want it to render as you'd write the address on an envelope.

 For Support