The tags for the ADDRESS command are <ADDRESS> and </ADDRESS>. The ADDRESS option is useful in that it can be used anyplace in the body of the page, but typically it is used at the bottom, just before the </body> end tag. It is used to specify an address and other information that is important to your page. The ADDRESS tag typically is shown in ITALIC and may also be indented by you browser. It also implies that it starts and ends with a paragraph tag.
<ADDRESS> <b>Title of Page</b><BR> Created May 1, 1996<BR> Web Page Created by "Your Name Here"<BR> Your e-mail address here<BR> <P> </ADDRESS>This would be displayed as:
Title of Page
Notice the use of the break tag to separate lines and the bold option to highlight the Title of Page. It also is a good idea to end with a Paragraph tag to be sure the last line of the page is visible.
The format for a HYPERLINK is <A HREF="MAILTO:XXXXXXX">YY YYY</A>
The XXXXX in the example above is e-mail address to send to and the YYYYY is the information you want the person viewing your page to see it.
In the following example my address is used:
<A HREF="MAILTO:lcurreri@juno.com">PLEASE SEND ME E-MAIL</A>
This would appear as:
Now when someone clicked on the link, their browser would enter the e-mail mode.
This would appear as:
PLEASE SEND ME E-MAIL l_curreri@yahoo.com
This should be included in the Address tags as shown above. Another example of this is shown in the footer of this page.
Try using the address and e-mail links on your own page. You can use any text you want to appear with the link.
© 1996 l_curreri@yahoo.com
Visit My Home Page
last modified: January 14, 2002
This page hosted by Get your own Free Home Page