HTML Level 1 and 2 Manual

Home | Element Index | Forms | Screens & Colours | GIFs | Layout | Compatibility


Element Index > Text Blocks

<ADDRESS> Element

Category: Text Blocks
Period: HTML 1 / HTML 2.0
Status: core

Description

Contact or authorship information for a page or section.

Syntax

<ADDRESS>
Author or contact details
</ADDRESS>

Attributes

None.

Usage Guidelines

Common Mistakes

Example Code

<ADDRESS>
Webmaster: <A HREF="mailto:web@example.com">web@example.com</A><BR>
Last revised: 12 May 1995
</ADDRESS>

Authoring Note

Write the document first, then test it in a graphical browser and a text browser. The page should remain understandable if images fail, colours are ignored, or the browser uses its own fonts.


Top | Home | All Elements

HTML Level 1 and 2 Manual.