Page 64 - ClickGPT V4.0 C-5
P. 64

TEXT PROPERTIES

              CSS provides text properties that are used to change the appearance of the text. The text properties
              and their values used with the style attribute are given below:


                  Property                    Value                                   Description

                                                                   Specifies the text colour to be used on the web
               color             Name of the colour
                                                                   page

               text-align        left, right, center, justify      Specifies the alignment of the text

                                                                   Specifies the indentation of the first line of the
               text-indent       length in pixels or percentage
                                                                   text


                                 underline, overline or            Specifies the text effects like underline, overline
               text-decoration
                                 line-through                      or line-through

                                 capitalize, uppercase, lowercase  Specifies the transformation of text into
               text-transform
                                 and none                          uppercase, lowercase or title case

              Create an HTML5 web page by using the text properties.


              <!DOCTYPE html>
              <HTML>

              <HEAD> <TITLE>Text Properties</TITLE>
              <STYLE>
              H1{font-family:Comic Sans MS; text-align:center;

              text-decoration:underline;color:red}
              </STYLE>

              </HEAD>
              <BODY>
              <H1>Earth</H1>

              <P style="font-family:Times New Roman; text-transform:uppercase"> Earth is the
              third planet from the Sun. It is the only planet that is known to sustain life
              form. About 70% of the Earth's surface ic covered with water, rest of the earth
              surface is home to all the land dwelling animals.</P>
              <HR>
              <P style="font-family:Times New Roman; text-transform:lowercase">

              Life on earth is sustained majorly due to the atmosphere.  It consists of 4
              layers, namely troposphere, stratosphere, mesosphere and thermosphere.</P>

              </BODY>

              </HTML>





                        Premium Edition-V
                 62
   59   60   61   62   63   64   65   66   67   68   69