Elements Of Meaningful XHTML
The
<div>
Please contact
<address>webmaster at example dot com</address>
if you find any problems with this site.
</div>
<address> Address (X)HTML Element Reference - (X)HTML webDevThe
<div>
Please contact
<address>webmaster at example dot com</address>
if you find any problems with this site.
</div>
<<address>> - 37 Steps To Perfect MarkupA line break (<br />) <<address>> is used to mark up contact information for the page (or for a part of a page). This can be a postal address, an email address, a telephone number, or virtually any contact details. address is a block-level element that can only contain text and inline elements. The default rendering is italic in most browsers, but that can be changed easily with CSS.
A common misconception is that <<address>> is meant to be used to mark up only postal addresses, but that is not the case.
<<address>> - 37 Steps To Perfect Markup<address> Address (X)HTML Element Reference - (X)HTML webDev