Page 97 - iPlus_Ver_2.0_class_6
P. 97
Viewing a Web Page
After creating and saving an HTML document, you need to open it into a web browser to view it.
To open an HTML document into web browser, perform the following steps:
Step 1: Open the folder in which you have saved the HTML document.
Step 2: Locate the file and double-click it. Web page opens in your default web browser window.
Web page in web browser
i + EDITING AN EXISTING HTML DOCUMENT
You need to follow a special procedure to edit a web page. To edit an HTML document, follow
the given steps:
1 Right-click on
the file icon.
2 Hover mouse
pointer over Open
with option.
3 Click on
Notepad.
This will open your HTML document in Notepad so that you can make changes to the file. After
making the required changes, you need to save the file by pressing the Ctrl+S keys.
If your web page is already opened in a web browser, you need to press the F5 Key to see the
changes you have done.
To Sum Up
HTML is the most widely used language to design web pages.
Hypertext is a piece of ordinary text that has a special feature of linking to other
documents or web pages.
Tags are the basic building blocks of a web page.
The tags that include both opening and closing tags are called container tags.
An attribute is a property that provides some additional information about a tag.
HTML document is a text file containing markup tags.
HTML provides various tags such as <HTML>, <HEAD>, <TITLE>, <BODY>, <P>,
<HR>, <BR>, etc.
95
HTML—An Introduction

