Page 100 - ConceptGP_C6_Fb
P. 100

Create an HTML web page by using the background properties.

                  <!DOCTYPE html>

                  <HTML>
                  <HEAD>

                  <STYLE>
                  BODY {background-image: url("Save water.jpg");
                                                                                                        Life Skills & Values
                  background-repeat:repeat-y;}
                  H1 {background-color:green;
                  text-align:center;}
                  </STYLE>

                  </HEAD>
                  <BODY>

                  <H1>SAVE WATER</H1>
                  </BODY>
                  </HTML>






                            FONT PROPERTIES


                  The font properties are used to change the font family, font size, and font style of the text. The
                  various font properties and their values are given in the table.



                       Property                              Value                             Description



                   font-family          Name of the font                                Specifies the font to be used.
                                        Value is given in pixels. The default font size for  Specifies  the font size  used

                                        the text is 16px. HTML also allows us to specify  on the web page.
                   font-size            the  size  in  em or  percentage,  where 1em  =
                                        16px and the percentage is given in percent
                                        for the default font size in the <body> element.

                   font-style           normal, italic                                  Specifies the style of the font.

                  Create an HTML web page by using font properties.

                  <!DOCTYPE html>
                  <HTML>
                  <HEAD>
                  <STYLE>
                  H1 {color: blue; text-align: center}


                   98   Premium Edition-VI
   95   96   97   98   99   100   101   102   103   104   105