|
HTML
- What is it?
|
||
|
Beginning
your document with the HTML "tag" like |
||
| Getting Started | ||
| So.. lets build something Open your Notepad Start/Programs/Accessories/Notepad Type in: <HTML>See the / in the second <HTML> tag? That tells the browser we are finished. It's called closing the tag. Almost every tag in HTML has a corresponding close tag. There are exceptions, but we'll go into those later. For now, if you open a door, assume it's 40 below outside, and close it again! Then File,
Save As type - all files, name wp1.html
Open your browser. |
||
| Big Deal. Gotta be more to it. | ||
|
The
HEAD section
Now we're going to insert the <HEAD></HEAD> tags
All monsters
need names. So we're going to give
The <HEAD></HEAD> section is also where your |
||
| Big Deal. Get to the good stuff | ||
|
The
BODY section |
||