Site hosted by Angelfire.com: Build your free website today!


Html Lessons
To cover the basics will be all that I really feel like doing, and once you learn the basics it all falls together anyways. Basic Code:
<> --Brackets...usually everything is enclosed in these

<*b><*/b> --these make words bold, put words between them to make them bold.

<*i><*/i> --these make italic words

<*u><*/u> --these underline words

< a href= "http://...."< /a> is a tag used to link a site to somewhere

< img src= "http://" > make an image visable on a page 1. Displaying a picture.

Usually to display a picture you would upload a picture you have on your computer onto the website. Once you have done that you have to edit the page you want to place the picture on.
Click on one of your pages (such as index.html) and then click on edit. Scroll down until you find the area where it says "Content Here" or if you have a blank page just put it inbetween <*body> and <*/body> (minus the *).

After that type in the code <*img src=" (minus *) this is a code that basically meanings Image Searching so it can find the picture and display it. so after that we go like this

<*img src="http://www.urlhere.com/imagenameandtag">
so if you were going to put a picture from my site on a page you would type in

https://www.angelfire.com/moon/audia_edia/ and then the name of the image right after.

So if all went well you should have a code that looks like this:
<*img src="https://www.angelfire.com/moon/audia_edia/button1.jpg">
Remove the * and an image should now appear:

To make fonts italic, bold or underlined all you need is the letters i,b, and u along with a / and <>.
For italics use an i <*i>type the desired italic text here and close it off with this...so it should appear like this: type the desired italic text here

For bold <*b>bold text
And the result should be this: bold text

And for underlined <*u>underlined
Resulting in: underlined


Navigation

Affiliates: