Page 100 - TP_iPlus_V2.1_Class6
P. 100

<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>





















                   i +  BACKGROUND PROPERTIES

                  The background properties are used to make changes in the background of a web page. The
                  various background properties and their values are given in the table.


                        Property                       Value                              Description
                                                                             Specifies  the  background  colour  to
                   background-color       Name of the colour
                                                                             be used on the web page

                                                                             Specifies the image to be used in the
                   background-image URL of image
                                                                             background on the web page
                                          repeat, repeat-x, repeat-y,
                                                                             Specifies the repetition of an image on
                   background-repeat (whereas, x- horizontal &
                                                                             the web page
                                          y-vertical) no repeat

                  Create an HTML5 web page by using the background properties.

                  <!DOCTYPE html>
                  <HTML>

                  <HEAD>
                  <STYLE>
                  BODY {background-image: url(“D:\tile.png”);





                    98
                         iPlus (Ver. 2.1)-VI
   95   96   97   98   99   100   101   102   103   104   105