Language References
Specifies referral information. | HTML 2, 3.2, 4, 4.01, 5 |
HTML Syntax
<address
class = classname
id = value
style = css properties
title = text
event = script
>
The ADDRESS element is used to show author referral information, such as address, signature, and authorship of the current document. It is usually placed at the top or bottom of a document.
An ADDRESS element displays as a block, typically in italic.
The element starts on a new line, though most browsers do not add extra space before an <address
> tag.
The <address
> element has no attribute of its own, but supports global attributes common to all HTML elements.
NOTE: Both start and end tags are required.
The following shows how the ADDRESS element may be used.
<address>Abakada Web Workshop<br>
360 F. Ortigas St., New Zaniga<br>
Mandaluyong City, Philippines 1550<br>
Phone ( 632 ) 531-9061</address>
which would render on a Web page as follows:
Abakada Web Workshop
360 F. Ortigas St., New Zaniga
Mandaluyong City, Philippines 1550
Phone ( 632 ) 531-9061
CITE