It is good practice to place an address
element at the bottom of your page, so readers will know
how to contact you if they have questions or comments
about your page.
Here is the content model:
element address
{ Common.attrib,
Inline.model
}
Common.attrib
The address element can include any
of the common attributes described in Section 15.3, “The common attributes: Common.attrib”.
Inline.model
You can place any inline content inside this
element. See Section 10, “Inline content: Inline.model”.
Here is an example. This might be placed just before the
</body> end-tag. The div elements format each part of the address on a
separate, unindented line.
<address> Sister Zoot, Castle Anthrax; <a href="mailto:zoot@anthrax.edu>zoot@anthrax.edu</a> </address>