asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Elements > ADDRESS Element

<address> Element


Specifies referral information.HTML 2, 3.2, 4, 4.01, 5

HTML Syntax

NOTE: Both start and end tags are required.

Remarks

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.

Attributes

The <address> element has no attribute of its own, but supports global attributes common to all HTML elements.

Example

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

External References

See Also

CITE



Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note