Page 60 - Touchpad_Plus_V3.2_Class 6
P. 60
The <HEAD> Tag
The <head> tag defines the header area of your web page. The information inside the <head>
tag is used by the browser but is not displayed on the web page. It is a container tag used in pair
as <head> and </head>. Every web page coding must have its header tag.
The <TITLE> Tag
The <title> tag tells the web browser that text contained between <title> and </title> is the text
that is not part of the web page. It will be shown on the Title Bar of your web browser. The use
of <title> tag is not mandatory. If you do not want to give title to your web page, you can skip
it. Your web browser will show the file name and its path as the title of your web page.
The <BODY> Tag
The <body> tag specifies the main content of the web page. The text and other elements
contained between <body> and </body> tags are displayed on the web page It is a container
tag.
CREATING AND SAVING AN HTML DOCUMENT
Let us start with the designing of the first web page by using the basic tags.
Step 1 Open the Text Editor and write the HTML code.
Step 2 Click on Main Menu.
Step 3 Click on Save, to open Save As dialog box.
Writing HTML Code Saving an HTML Document
Step 4 Choose the location where you want to save the file.
Step 5 Enter name for the file as
‘First Web Page.html’.
Step 6 Click on Save button to
save the file.
Save As dialog box
58 Plus (Ver. 3.2)-VI

