Make your own free website on Tripod.com
This is some of the basic html used: If i want to make this BOLD then i have to place <b> before the word i want bold and </b> after the word(s) i want bold, for example <b>BOLD</b>
Many of other codes work the same way, to make something italicized use "i" inplace of "b", for underlineing something use "u"
If I wanted to have a picture I would have to use the code <img src="http://tinypic.com/atvymw.gif"> The http is the adress of the picture you want. This is what the image code above would create.
Other esentials to any page has to begin with a head to it and the title for your page <head> <title>YOUR TITLE HERE</title></head>
After that you would want to begin with the body of your page using <body> and at the end of your page with </body>
to center something use the <center> tag then end what you want centered with </center> and it will go back to right alignment for example:
IM CENTERED!!!!

Now to make all these breaks in the text im making you need the <br> command. This will produce a break in the text. Otherwise, it will just continue to just wrap around

To get to the home page click this
HOME

to make a link use this <a href="adress to the target page"> then whatever you want to be the thing to click, in this case this text, then remember to close it with

Now for the code that made this page possible we have my favorite code the <xmp> code withouth this if i wanted to tell you how to make something bold,<b>BOLD</b> would only apear as BOLD and remember to end all codes you have to use the slash then the comand ur closing.




This page written by Chris,Chris, hey atleast im smarter than you