ADDRESS - address format
Description
The ADDRESS tag displays address information
in a way defined by the browser. It is ususally placed at the top or bottom of
the page. Many people use it to display author and copyright information. The
point is that the format is predefined (eg displayed in a small font and in
italics).
Syntax
<ADDRESS>Yourname
<BR> 1 Anystreet <BR> Anytown <BR> Anywhere </ADDRESS>
Attributes
You can put other HTML tags in the ADDRESS, so
in the example above the line break tag is in there (<BR>). If you want a
link in there, you can put one in.
|