Address. Defines contact information, such as an address or a signature.

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

If the <address> element is inside the <body> element, it represents contact information for the document.

If the <address> element is inside an <##_tag-article_##> element, it represents contact information for that article.

The <address> tag cannot contain <##_tag-article_##>, <##_tag-aside_##>, <##_tag-nav_##>, <##_tag-section_##>, <##_tag-header_##>, <##_tag-footer_##>, <##_tag-hgroup_##>, <h1, h2, h3, h4, h5, and h6> or other <address> elements.

Required Attributes

  • None.

Optional Attributes

Example

<address>8 HTML Reference Road, London</address>

Changes in HTML5

  • None.

Related Tags