Basic Structure of a Document using HTML
|
This tells the Browser that this is the START of the Web Page. |
|
The start of the HEADER of your Web Page. |
|
The TITLE (name) of your Web Page (eg: if you look at the very top of your browser you can see the title 'Creating a Web Page - HTML', or if viewing in Frames you can see 'Welcome to the Front Door'). |
|
The END of the title name. |
|
The END of the Header. |
|
The START of what you are going to put on your page. Find out about the Body tag. |
|
The END of what you have on your page. |
|
The END of the Web Page. |
Everything else you want to put on your page goes between the and tags.
To find out how you can format text and images within the
tag, head on over to the:
TAGS SECTION
I hope that helps you with a little bit of a basic understanding of how a Web Page is constructed.
When you learn many of the 'tags'(eg:'< BODY >) that you can use to format your text on your documents, the authoring becomes fun.
back to top
HTML SITES
Here are some terrific sites that can help you learn the basics of HTML: