Before doing anything on the technical side, you need some kind of basic idea to work with. I suggest first getting some paper and a pencil. Start by sketching a layout of how you would like your web page to appear. For example, a simple title at the top, the area in which you would like any content, pictures and so on. Now its time to do some programing!
Don’t let the word programing scare you. Anyone can learn and there are several sites that offer free tutorials. One such site is http://www.w3schools.com/html/default.asp. Although it is not necessary to be a top notch programer to build and operate your web site, you should learn the basics of html. I recommend that you thoroughly learn about tables. They are widely used and with them, you can create a professional looking layout (even as a beginner).
You can use any basic text editor, like notepad, to write, edit, and save your code (html). When saving your work for the first time, choose Text Document for type of file, then save with the extension htm (for example index.htm). Your home page (the first page people usually see) is normally saved as index.htm. To see how your page looks, double click on...