Address
The address tag defines contact information in a document. The address tag should not be used as for a postal address. Most browsers usually render address in italic and may add a line break before and after the address element, but line breaks inside you need to insert. For example:
<address> Author of this website: <br> <a href="mailto:mkk@sarvpratham.com">Author</a> </address>