From http://www.w3schools.com (Copyright Refsnes Data)
ExampleContact information for W3Schools.com:
|
The <address> tag is used to mark up contact information for the author or owner of the document. This way, the reader is able to contact the document's owner.
The address element is usually added to the header or footer of a webpage.
The <address> tag is supported in all major browsers.
NONE
In all browsers the address renders in italic. Most browsers will
also add a line break before and after the address element.
id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard Attributes.
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup |
For a full description, go to Event Attributes.
From http://www.w3schools.com (Copyright Refsnes Data)