Page 93 - Computer Class 06
P. 93

The output will be displayed as
             shown here.











                 Practical Window



              Open Notepad and create a web page using the paragraph tag. Display the web page in a
              web browser.



             Creating a List


             HTML  list  are  used  to  present  list  of  information  in  well  formed  and  semantic  way.
             There are three different types of list in HTML and each one has a specific purpose
             and meaning:

             8 Unordered list – Used to group a set of related items, in no particular order.

             8 Ordered list – Used to group a set of related items, in a specific order.
             8 Description list – Used to display a list of terms and their descriptions.

             The code is as follows:

             <HTML>

             <HEAD>
             World of Books

             <TITLE>

             Books
             </TITLE>

             </HEAD>

             <BODY>

             <H1> Subjects</H1>





                                                                                    Computer-6              93
   88   89   90   91   92   93   94   95   96   97   98