Page 37 - 1
P. 37

Step 3 : Locate the place where you want to save the file.

Step 4 ;  Type the name for the file in File name text box and type .html or .htm after the
          name of the file.

Step 5 : Click on Save.

               The file will be saved.

Displaying the Document

After saving the document the document will appear as the web page. Just double-click on
the icon of the web page. The web page will be displayed in the web browser as shown
below :

Starting a New Line

BR tag is used to start a new line. There is no need to close this tag. The code is as follows :

<HTML>

<HEAD>

Computer

<TITLE>

World of Computer

</TITLE>

</HEAD>

<BODY>

<BR>I am a learner.

<BR>I am learning computer from Class-1.

<BR>I love to learn computer. Let us learn about computer devices.

</BODY>

</HTML>

Now save the Notepad file.

The output will be displayed.

                                                                                                  37
   32   33   34   35   36   37   38   39   40   41   42