The simple basics of a good web designer is to know where to place each tag and to always make sure you close your tags.
an good example of a simple proper html file would look like this:

1. open your text editor and copy and past the following:

CODE:
<html>
<head><title>The Page Title Goes Here</title></head>
<body>

You can add any conent in betweend the boby tags

</body>
</html>


2. now you can save this file as wallpaperama.html and upload to your web site, once you open it you should see your page.

* if you don't have a web hosting company yet, you can visit our friends are www.webune.com and buy a web hosting plan for your domain name.