Page 102 - ConceptGP_C6_Fb
P. 102

H1 {color: blue; text-align: center}
                                                                                                                                                       MARGIN PROPERTIES
                  H2 {color: Green; text-align: center}

                  P {Background-color:White}                                                                                                Margin is the space that appears around an element. The margin property is used to set margins
                  Body {Background-color:linen}                                                                                             for any web page element. The four sides used with the margin property are: left, right, top and
                  </STYLE>                                                                                                                  bottom. The value of sides can be measured in pixels (for example 20px, 30px, etc.) or as a
                                                                                                                                            percentage of the window.
                  </HEAD>
                  <BODY>                                                                                                                    Create HTML web page by using margin properties.
                  <H1>Measurement</H1>
                                                                                                                                            <!DOCTYPE html>
                  <P style="font-family: verdana;  font-size:  1.5em">Measurement  is the
                  quantification of attributes of an object or event, which can be used                                                     <HTML>
                  to compare with other objects or events.</P>                                                                              <HEAD> <TITLE>Changing Margin</TITLE>
                  <H2>Types of Measurement</H2>
                                                                                                                                            <STYLE>H1{font-family:Comic Sans MS; text-align:center;
                  <P style="font-family:Arial Black; font-size: 1.5em">The three standard
                  systems  of measurements  are  the  International  System  of Units  (SI)                                                    text-decoration:underline;color:green}
                  units, the British Imperial System, and the US Customary System</P>
                                                                                                                                            P{margin-left:40px}
                  </BODY>
                                                                                                                                            </STYLE> </HEAD>
                  </HTML>
                                                                                                                                            <BODY><H1>Energy</H1>

                                                                                                                                            <P style="font-family:Times New Roman; text-transform:uppercase">Energy
                                                                                                                                            is the bcapacity for doing work. It may exist in potential, kinetic,thermal,
                                                                                                                                            electrical,chemical,nuclear,or other various forms.</P>

                                                                                                                                            <hr Size="10" width="80%" color="grey">

                                                                                                                                            <P style="font-family:Times New Roman; text-transform:lowercase">Energy
                                                                                                                                            is a requirement in our everyday life as a way of improving human
                                                                                                                                            development leading to economic growth and productivity.</P>

                                                                                                                                            </BODY>

                                                                                                                                            </HTML>

                                                                                                                                                                                                                        Inter-Disciplinary











                       Tick ( ) if you know this.
                       ▶   Cascading Style Sheets (CSS) is a convenient method of styling the elements of a web page.
                       ▶   Font properties are used to change the font-family, font-size and font-style of the text.







                  100   Premium Edition-VI
   97   98   99   100   101   102   103   104   105   106   107