Back Main GuestBook Contact Music (JS) Appendix

<ADDRESS></ADDRESS> - Contact Info

This tag denotes contact information, copyright information, etc., and usually appears at the bottom of the HTML page. Many authors insert a horizontal rule before the <ADDRESS> tag, though it's not necessary.

This tag must be closed at the end of the address content by typing </ADDRESS>.

Attributes for <ADDRESS>

  %coreattrs %il8n %events

Here is an example of an address block:


Fantasai
fantasai@escape.com
https://members.tripod.com/~fantasai

Here is the code for the sample above:

<HR>
<ADDRESS>
Fantasai<BR>
fantasai@escape.com<BR>
https://members.tripod.com/~fantasai
</ADDRESS>