Page 77 - Plus V4 with Adobe class 6
P. 77
The <BODY> Tag
The <BODY> tag tells the web browser that the text contained between <body> and </body> tags is to
be shown on the web page. It is a container tag.
CREATING AND SAVING AN HTML DOCUMENT
Let us start with the designing of first web page by using the basic tags.
1 Open the Notepad and
write the HTML code. 2
Click on File menu.
Click on Save to open 3
Save As dialog box.
4 Choose the location where you
want to save the file.
5 Enter name for the file as
‘First Web Page.html’.
Hintbot
To open the Save As dialog 6
box: Ctrl + S Click on Save button to save the file.
Viewing a Web Page
After creating and saving a HTML document, you need to open it into a web browser to view it. To open
a HTML document into web browser, open the folder in which you have saved the HTML document and
double-click it. Web page opens in your default web browser window.
#Introduction to HTML5 & CSS3 75

