Html for begginers

To begin you must understand the basics of html. If you do not already have a website you must start writing the text in Notepad or Word. If you have obtained a website you must go to the html editor(filemanager). Then you can open a file and are ready to type in the text.

The html text is surrounded by a < and a > and in order to close the text you must have a backslash inside the two<> but infront of the text.

exp.

<html></html>

The html is only the skeleton for the pictures or text on your web page. Let's start! First type in this

<html> <head> <title></title> </head> <body>

Inbetween the title tags you can write the title of the page. The tag to establish and charackterize the document is the tag body is where you can decide what the text color is, the background, etc. To find out more about this you can go tosetting your page the way you want it Then when you have finished typing in all the above you can start wrinting stuff in the middle. But that doesn't come in, in this page. on the bottom you would write something like this:

</body> </html>

Go onto the next tutorial

Hosted by www.Geocities.ws

1