<HTML>Other tags:
<HEAD>
<TITLE>Page title</TITLE>
</HEAD>
<Body background="imagefile.gif" bgcolor=color text=color link=color vlink=color alink=color>
Headline 1 (bigest) -- <H1>Text</H1>End all pages with:
Headline 6 (smallest) -- <H6>Text</H6>
Note on headlines: if headlines are used, all text on a line must be the same headline.Italics -- <i>Text</i>
Bold -- <b>Text</b>
Underline -- <u>Text</u>
Other font stuff -- <font color=color size=fontsize face="font name">Text</font>
Center line -- <center>Text</center>Link -- <a href="URL">Text</a>
Image -- <img src="imagefile.gif"> (no need for an ending tag!)New line -- <BR> (no need for an ending tag!)
New Paragraph -- <P> (no need for an ending tag!)
</BODY>Notes
</HTML>
(See the examples in Desmarais family directory when Tristan and Kierans pages need to link back to Kims page, or to each other.)
To see the HTML source code used on any page: right click on the page and select "view source".
To save a graphic from any page: right click on the graphic and select "save image to disk". Make sure to remember what directory you put it in!!