Basic Stuff!
Here is some other stuff...
This Lesson will be taught Inside the text box, to get to the top, hit
Find
& type in TOP!!!
TOP!!!!!!!!!!!!!!!!!!!! To make an image appear...(I used one of my images as an example) <img src="https://www.angelfire.com/ks/magikman79/images/magik.gif"> Once you've got the image you can align it to the left, center or right by doing this..(note the space after .gif" ) <img src="https://www.angelfire.com/ks/magikman79/images/magik.gif" align="left"> To Link to something...(You need the </a> at the end to stop the link) <a href="https://www.angelfire.com/ks/magikman79/index.html">This text will be what the link says</a> To Make an Image the link... <a href="https://www.angelfire.com/ks/magikman79/index.tml"> <img src="https://www.angelfire.com/ks/magikman79/images/magik.gif"></a> To make Background music play... <bgsound src="https://www.angelfire.com/ks/magicman79/images/magicman.mid"> OR <embed src="https://www.angelfire.com/ks/magicma79/images/magicman.mid" autostart="true"> To make music play when you click on it.. <embed src="https://www.angelfire.com/ks/magicman79/images/magicman.mid"> OR <a href="https://www.angelfire.com/ks/magicman79/images/magicman.mid"><img src="https://www.angelfire.com/ks/magikman79/images/sound1.gif"></a> To make Text size change... <font size=7>Big Text</font> <font size=1>Tiny Text</font> To make a note that can only be seen in html.... <!--an html note--> To make an UNNUMBERED list (instead of numbers, there will be dots) <ul> <li>first item here <li>Second item & so on </ul> To make a NUMBERED list <ol> <li>first... <li>second & so on </ol> For a simple table (used as a border arround an image) <table border=5 bgcolor="purple"> <tr><td> <img src="https://www.angelfire.com/ks/magikman79/images/magikle.gif"> </tr></td></table> Want to add a background image to the table instead of a background color? <table border=5 bgcolor="purple" background="https://www.angelfire.com/ks/magikman79/bg16.gif"> <tr><td> <img src="https://www.angelfire.com/ks/magikman79/images/magikle.gif"> </tr></td></table>