The ADDRESS element defines contact information, such as an address or a signature of the author.
<address>contact information</address>
The text within the ADDRESS element is displayed in italic font.
Do not include the block-level element to the content of this element.
<address> Contact:<a href="mailto:info@example.com">info@example.com</a> <br> Last up-dated:July 23, 2007 </address>