HTML 5: The Markup Language

addresscontact information # T

The address element represents contact information.

Content model #

Attribute model #

Assertions #

Tag omission #

An address element must have both a start tag and an end tag.

Permitted contexts #

Typical default display properties #

address {
display: block; }
address {
font-style: italic; }

Details #

If an address element applies to a body element, then it represents contact information for the document as a whole. If an address element applies to a section of a document, then it represents contact information for that section only.