HTML » Tags » address

Version: 2.0, 3.2, 4.0

Compability: Explorer 4, 5 Netscape 4, 6

Syntax:
<address> ... </address>

The <address>tag is used to signify that the enclosed text is an address. Most browsers display the address in a special manner, such as in italics. However, you can use style sheets to alter the appearance as you see fit. The text between the address tags can contain any HTML tag.

The closing tag is mandatory.
 

Examples

Code:
<address>
DevGuru
5106 Kingston Pike
Knoxville, TN 37919
</address>
Output:
DevGuru
5106 Kingston Pike
Knoxville, TN 37919
Language(s): HTML

See Also: