HTML is basically a way of making websites. There are many page builders these days to help people make sites, but most people still use html.
You have to type in certain codes to make it work. But the basic is that each site starts out with this:



and ends with this:



That code tells the document that you are making a website using html. Next, you have to type:



Then..



This is the place where you put your title, which will be displayed at the very top of the page, where you see "What is html?" right now. After, you close the title tag by putting



the close the head tag by putting:



And then comes the final basic rule:



This tells the document where the site begins. If you place anything before this tag, it will not show up on the site (besides the title).

After that body code, you can type any html to make your site! (For html help, go back to the html help page) But, when you're done, here's one thing you always must put as the last thing on all your pages:



This ends the page completely.
And that's it! For server help, go back to the site help page, and click on servers.

Hosted by www.Geocities.ws

1