Page 72 - CA 165 ver 1.0 Class 10
P. 72

<HTML>
                       <HEAD>
                       <TITLE>  Using BR Tags </TITLE>
                       </HEAD>
                       <BODY  BGCOLOR =“Green” TEXT =“white”>
                       ORANGE EDUCATION, <BR> INDIA
                       <BR>A Complete Reference Book for Students
                       </BODY>
                       </HTML>                               ORANGE EDUCATION,
                                                             INDIA
                                                             A Complete Reference Book for Students


                        Line break due to <BR> tag. It does
                        not leave any blank space, but text
                              starts in a new line.




                                                 Lab Assignment ‘n Activity                          Subject Enrichment




                    Complete the following activities and tick on the circle.
                      Write HTML code to obtain the following output:
                          Use appropriate heading level as shown in the figure.
                          Use text highlighting tags such as Bold, Italic, Underline, etc.

                                                        Computer and its components

                                                                 HARDWARE
                               Hardware is defined as physical or tangible equipment with computer system.
                               Examples of hardware are keyboard, mouse, monitor, hard disk, etc.

                                                                  SOFTWARE
                               Software is defined as a set of programs.



                    LISTS IN HTML
                  Many web pages may contain text that has to be displayed serially in a list. The list may be either ordered
                  or unordered. An ordered list is a series of items displayed in sequence with it whereas an unordered list
                  displays special bullets in the beginning of each list items only. There are two types of lists which can be
                  displayed in an HTML document:

                    Ordered or Numbered List                  Unordered or Unnumbered List

                  Creating Ordered or Numbered List

                  The <OL> tag is used to display a list of items in sequence or in an ordered manner. This tag is a container
                  tag. It begins with <OL> tag and it requires <LI> (List Item) tag to be used along with it. The items which
                  are followed by <LI> tag appear in sequence (e.g. numbers 1, 2, 3, etc.) on the browser window.



                    70   Touchpad Computer Applications-X
   67   68   69   70   71   72   73   74   75   76   77