This is a little something I have put togeather to help those of you just starting with your web page.
Just type what you see to get the effect. To end any of the effects just type the command in <>s again and put a / after the first < unless otherwise indicated.
sizing
<h1> <h2> <h3> <h4> <h5> <h6>
letter effects
bold <b>
italic <i>
underline <u>
colors --- <font color="color">what you want to be that color </font>
fonts ---- <font face="fontname">what you want to be that font </font>
links
<a href="address">what you want it to say</a>
Mail
<a href=mailto:name@address>what you want it to say</a>
pictures
<img src="imagename.gif"> if you are using a jpg substitute that in for gif.
see those cool little lines that separate the page.....they may be done by typing <hr>
tables
<table border="#"> ---starts the table, selects border size
<tr> ---new row
<td> ---new collum
</table>
to color a block instead of just <td> type <td bgcolor="color">
new lines
<br> moves to next line
<p> moves to next paragraph
giving a page a title
<title>title name</title>
backgrounds
color --- <body bgcolor="color">
pic --- <body background="picname.gif">
music
<embed src="name.wav"> if you are playing another file other than a wav file just replace that filename where wav is.
to start a file automaticly type autostart="true" before the > (be sure to leave a space after the file type
to hide the music box that appears on the page type hidden="true" the same way that you typed autostart
you may also wish to size the box so type in the same place: height="#" width="#" (this may also be done with pictures)
if you have any other questions feel free to mail me.
if you find something you like and would like to know how to do it you may always view the document source using your browser.