TAG:  address

<address> ... </address>
Available in versions: 2.0, 3.2, 4.0
Browser compatibility: Explorer 4, 5  Netscape 4, 6
 
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.
 
Core Attributes
 
class    dir    id    lang    onclick    ondblclick    onkeydown    onkeypress    onkeyup    onmousedown    onmousemove    onmouseout    onmouseover    onmouseup    style    title
 
Attributes
 
None
 
Code:
<address>
DevGuru<br>
5106 Kingston Pike<br>
Knoxville, TN 37919
</address>

 
Output:
DevGuru
5106 Kingston Pike
Knoxville, TN 37919


Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information