Web Pages
Build a Basic Web Page
[pdf
version]
It is really easy to build your first Web page. There are only a
few HTML tags you need to learn.
Here's How
- Write the html tag <html>.
- Write the head of your document <head>.
- Write your title <title> Put your title here </title>.
- Close the head of your document </head>.
- Open the body of your document <body>.
- Give your page a heading <h1> heading goes here </h1>.
- Write your page contents.
- Separate paragraphs with the p tag <p>.
- Close the body of your page </body>.
- Close the html </html>.
- Save your work as a .html or .htm file. Remember where you
save it.
Congratulations! You have now created your very own web page!
Tips
- Use any text editor to write your page such as Word, WordPerfect,
etc.
- Write your HTML tags in lower case. This conforms to the
current standard.
- Review the page in your browser off your hard drive before uploading
it to your server. Do this by opening Internet Explorer or
Netscape. Under the File menu, open the file you have just
created.
Ed. 09/2003
[top]
• Back • Home • Up • Next •
Updated 09/15/2006