Page 92 - TP_iPlus_V2.1_Class6
P. 92
4 Choose the location
where you want to save
the file.
5 Enter name for the
file as ‘First Web Page.
html’.
6 Click on Save button to save the file.
Quick Byte
Always make sure that you enter “.htm” or “.html” extension with the file name while
saving the file.
Viewing a Web Page
After creating and saving an HTML document, you need to open it in a web browser to view it. To
open an HTML document in a web browser, open the folder in which you have saved the HTML
document and double-click it. The web page opens in your default web browser window.
i + BASIC HTML TAGS
HTML provides various tags such as <!DOCTYPE html>, <HTML>, <HEAD>, <TITLE>, <BODY>,
and many more. Let us discuss some tags in detail.
The <!DOCTYPE html> Tag
The <!DOCTYPE html> is not an element in HTML. It is a document type declaration that tells
the browser about the version of HTML. It is not case-sensitive which means you can write it into
uppercase or lowercase.
90
iPlus (Ver. 2.1)-VI

