Making a Web Page So now we know some more facts about web pages:
And to review some previous basic points:
Knowing these basic points, we can now move on an start making a web page. Before You Start Remember, a web page is nothing more than a text file in a folder, on a computer connected to the Internet. It is possible to have many folders, but for beginners, it is much more simple just to put everything inside one folder. You can practice with multiple folders later. When you start to make a web site, you should ALWAYS begin by creating a new folder. The folder will contain all the web page and image files. So go ahead and create a new folder in your personal area on the computer. For this practice, give it the name "mywebpage" (all lower-case, no spaces). IMPORTANT NAME RULES: When you give names to files and folders for web pages, they must follow some basic rules:
Please remember these rules! If you break them, you may have problems. Where to Start As I mentioned, a web page is a text file. You only need a very basic text editor to make one. Every Windows operating system has a program called "Notepad" which is good for writing web pages. You can find Notepad in the Start Menu, under All Programs, inside the Accessories sub-menu: When Notepad opens, you will see a very simple window: At this time, I would like to point out some basic rules about typing web pages:
Now, type in the following text:<BODY>
I have entered the same thing in my example below. I made the plain text red so you could see it more easily, but you don't have to do that. Notice that this web page is very simple. It will have a title in the Title Bar, and it will have one word in the web page. But it's a start! Now it's time to SAVE the web page. Remember, you must save it in the folder you made! Start to save by opening the FILE menu and selecting "Save" or "Save As...".
You should see this dialog box: You must do two things: 1. First, navigate to the correct folder--in this case, the folder called "mywebpage": 2. Give the web page the correct name. A few rules about web page names:
So this page's "save" dialog should look like this: When you have done these two things, then click "Save." Now, find the folder where you made the web page (index.html), and open it by double-clicking. It should open your browser and show you the very simple web page you just made. Congratulations! You just made your very first web page! Now You Know Now you know how to make a very basic web page. You are ready to start making more complex web pages. |