<ADDRESS>
Defines the address of a residence or business. This may include
the name of the person or business along with the street address,
city, state, zipcode and country.
Attributes
Attribute |
Description |
ID |
Identifies this tag to reference in script (program code) |
CLASS |
Define the class used to render this element (defined by a style sheet) |
TITLE |
A title that is associated with the element (displayed as a tooltip in Internet Explorer) |
|
|
|
Example
<ADDRESS>
John Q. Coder<BR>
110 Bayview Ct<BR>
San Rafael, CA, 92145
</ADDRESS>
Renders As
John Q. Coder
110 Bayview Ct
San Rafael, CA, 92145
Compatibility
HTML 4.01
|