Tuesday, January 29, 2008

How To Create a Website with HTML

A website is created by a language code called HTML. It has two main parts - a head and a body.
The head consists of the webpage title, meta tags (which are used so that search enginescan find your site), and other things that are hidden to the visitors of the site becausethey don't really need to know them.
The body is the main part of a website. This is the part where the webmaster codes what he or
she wants the visitor to see.
A sample head might look something like this:

My websiteA sample body looks like this:

This website is about ....

Notice that the codes have "". The word inside the symbols "" tells the browserwhat you want for them to do. These are called tags. So My website means that you aretelling the browser that you want the title of your website to be "My website".

Another thing you should notice is that the beginning tag (such as ) does not contain aslash "/" while the ending tag does.

One thing to remember is that you must put html tags at your code. Now if you combine the htmltags, the head part, and the body part, you'll get this code:

My website
for example follow these site http://www.w3schools.com/

This website is about ....

Note about spaces:It does not matter if there are spaces between tags. For example, in the code above, thereare spaces between "" and "
see this site for creating html website http://www.w3schools.com/
after creating sites get traffic to your sites

No comments: