Basics: HTML
Create a New Page
| Every web page contains some very basic HTML code that tells the browser some essential information. | ||
Here is the basic page code and explanations
for what each tag does:
|
||
| Thus every blank
simple web page looks like this:
<HTML> All the text and graphics that actually appear on the monitor go here. </BODY> </HTML> |
||
| To create your
basic web page
1) Open Notepad:
2) Type the following: <HTML> <HEAD> <TITLE> </TITLE> </HEAD> <BODY> </BODY> </HTML> 3) Save the file:
|
||
|
Create Your
First Web Page |
1) In Notepad
open the file template.htm
2) Next to the opening <TITLE> tag but after the second angle bracket, type My First Web Page Ex: <TITLE>My First Web Page</TITLE> |
NOTE: Set the File of Type dropdown box to show All Files. |
| Save a File | 3) Save the file.
|
NOTE: When you are ready to create your first real home page, name the file default.htm |
You should now have two files
in your homepage: your HTML template and the file in which you will
create your first web page. To check, do the following:
|
Basics: HTML
Create a New Page
Enter and Format Text
Add Headlines and Horizontal Rules
Add a Title and an Address Footer
Save and Preview a Page
Create a Page Template
Web Design Center
Last Revised:
October 19, 2006
© Agatha Taormina