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: