Page 89 - Trackpad_V5_Book 6
P. 89

H2 {color: Green; font-family: Arial; font-size: 25px; text-align:
            center}

            </STYLE> </HEAD>
            <BODY>
            <H1>Measurement</H1>

            <P style="font-family: verdana; font-size: 1.5em">Measurement is the
            quantification of attributes of an object or event, which can be used
            to compare with other objects or events.</P>
            <H2>Types of Measurement</H2>

            <P style="font-family:Arial Black; font-size: 1.5em">The three
            standard systems of measurements are the International System of Units
            (SI) units, the British Imperial System, and the US Customary System
            </P>
            </BODY>
            </HTML>
                                                                   21 st
                                                                 Century   #Interdisciplinary
                                                                  Skills


























                      USING CSS TO CONTROL MULTIPLE PAGES

            Every web page on a website can be linked to a single style sheet, hence, any change made to the
            style sheet formatting affects every HTML document linked to the sheet. We can use a style sheet
            as a template by storing all the information in one place and easily change the appearance of our
            site in one go, thus saving a lot of time in case your site has numerous pages.

            Create HTML code to control multiple pages using CSS.

            <!DOCTYPE html>
            <HTML>

            <HEAD>
            <STYLE>


                                                                                       Formatting a Web Page  87
   84   85   86   87   88   89   90   91   92   93   94