basics of website design banner photo

HTML

HTML 5

CSS 2.1

CSS 3

Reference

HTML <address> Element

The <address> element is designed to contain contact information for the author or the owner of a document.
Example:

<address>
Written by A. Person
Address: 17, Some Road,
London.
Tel: 00 1122334455

</address>

Displays:

Written by A. Person
Address: 17, Some Road,
London.
Tel: 00 1122334455

All the major browsers display the contents of the address element in italic text.

HTML 4 Element List