Here`s
a sample of a basic web page
with 1 link and 1 image:
<HEAD> <BR> <TITLE>My First Web Page</TITLE>
<BR></HEAD> <BR> <BR> Welcome to my
first web page. Keep checking back!<BR> <FONT color="red">(all
links, text and images go here)</FONT><BR> <a
href="http://www.geocities.com">GeoCities</a> «--link<BR>
<img src="snoopy.gif"> «--image<BR>
<LINK="#colorcode"> - color of the links on your
page.
<ALINK="#colorcode"> - color the link will flash
when clicked upon.
<VLINK="#colorcode"> - colors of the links after
they have been visited.
<FONT COLOR="#colorcode"> - single text color
<FONT color=#ff0000"">add the codes in the body
tag..like this</FONT>
Heres
a text link
<a href="address to go to">your text here></a>
Heres a clickable icon link
<a href="address to go to"><img src="filename.gif"></a>
Note:: all images must be
uploaded to your server
Heres
a text E-Mail link
<a href="mailto:your_screen_name@.com">your text here></a>
Heres an icon E-Mail link
<a href="mailto:your_screen_name@.com"><img src="e-mail.gif"></a>
Note:: all images must be
uploaded to your server
Heres
a form link code
(like the one at the bottom of this page)
<FORM METHOD="LINK" ACTION="http://the url"><BR>
<INPUT TYPE="submit" VALUE="your text here"></FORM>