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

Output of FONT Size is 5,
                           <HTML>                                               Face Balloon XBd BT and
                           <HEAD>
                           <TITLE> Using Font Attribute </TITLE>                     Colour Blue
                           </HEAD>
                           <BODY>
                           <FONT FACE = "Balloon XBd BT" COLOR = "BLUE" SIZE =5>          Font Size 7 (Largest Size)
                           ORANGE EDUCATION
                           </FONT>
                           <FONT SIZE = 7>
                           ORANGE EDUCATION
                           </FONT>
                           <FONT SIZE = 1>
                           ORANGE EDUCATION
                           </FONT>
                           </BODY>
                           </HTML>

                             Font Size 1 (Smallest Size)

                  <SMALL> Tag
                  This is a container tag and it makes the enclosed text inside it one size smaller than the default size. i.e., if
                  the default size is ‘3’, it displays the blocked text in size ‘2’ (it has the same effect as <FONT SIZE = -1>).
                  The <SMALL> tag can be nested to display the blocked text in smaller form. Syntax to use the <SMALL>
                  tag is as follows:

                    <SMALL> <SMALL> Text </SMALL> </SMALL>
                  For example:

                    <SMALL> ORANGE EDUCATION </SMALL>
                    <SMALL> <SMALL> ORANGE EDUCATION </SMALL> </SMALL>






                     <HTML>                                                                        Smaller than the
                     <HEAD>                                                                       previous Font Size.
                     <TITLE>  Using SMALL Tag </TITLE
                     </HEAD>
                     <BODY>
                     ORANGE EDUCATION
                     <SMALL>  ORANGE EDUCATION</SMALL>                 ORANGE EDUCATION ORANGE EDUCATION
                     </BODY>
                     </HTML>





                  In the first example, the blocked text will be displayed in Size ‘2’; whereas in the second example the same
                  will be displayed in size ‘1’ (If default Font Size is ‘3’).
                  <BIG> Tag

                  This is a container tag and it makes the enclosed text inside it one size bigger than the previous size i.e.,
                  if the default size is ‘3’, it displays the blocked text in size ‘4’ (i.e., it has the same effects as <FONT SIZE
                  = +1>).




                    60   Touchpad Computer Applications-X
   57   58   59   60   61   62   63   64   65   66   67