The Address Tag

The <ADDRESS> tag is generally used within HTML documents to specify the author of a document. It generally provides the author e-mail address. This is usually the last item in a file and generally starts on a new, left-justified line.

For example, an address line for a Web version of this course could be written as:

<ADDRESS>

Hypertext Markup Language / OLA / pubs@ola.bc.ca

</ADDRESS>

The result would be an address line that looks like this:

Hypertext Markup Language / OLA / pubs@ola.bc.ca


[Back] Back to Styles and Text Formatting
[Up] Up to the Contents page