Addresses

The address tag defines the contact information for the author/owner of a document or an article.

The text in the <address> element usually renders in italic. Most browsers will add a line break before and after the address element.

HTML
<p>An address element can span multiple lines:</p>

<address>
  The University of Montana<br />
  32 Campus Dr<br />
  Missoula, MT 59812
</address>


html address elements