Creating a Basic Web Page
Knowing the <HTML> tag
This tag is very important because it tells the browser to interpret the text inside the document as an HTML document.

This <HTML> tag must be placed at the very beginning of your HTML document. It should be the first text on your document. And the companion tag </HTML> must be placed at the very end of the HTML document. The slash, "/", sign in the tag indicates the ending of the HTML tag.These two tags, the opening HTML tag and closing HTML tag, come in pairs.

Knowing the <HEAD> <TITLE> tags
The next tags to be included are the <HEAD> tags. These tags mark the information that will serve as the document's header. Type <HEAD> in the HTML document between the <HTML> and </HTML>, and </HEAD> is the companion tag.

The <TITLE> tags indicate the title of the HTML document. The title will appear on the upper left of the browser. Type the <TITLE> tags within the <HEAD> tags.




Web Pages created by Edu.Net
Feedback to Webmaster
webmaster@sabah.edu.my