THE
ULTIMATE LEARN HTML PAGE
Lessons
[ Home | Lessons | What's New | Coming Up ]
Lesson 1 : The Start
Lesson 1 : The start
The document - header :
How to start with your HTML Page.
Every HTML page start with <HTML> and end with </HTML>. The backslash says that you end the tag you started. In this case you end the HTML - tag.
After you start your HTML Page you add a document - header with <HEAD>. Now you can type a short description for your browser. Now your browser knows what type of HTML Page it is en you can set your homepage Title.
The Title appears in the title bar of your browser. You insert your Title by typing for example : <TITLE>Lesson 1 : The start</TITLE>. Your title mustn't be larger then 60 characters.
Example by Lesson 1 : The start
Making HTML Documents :