Page 91 - Trackpad_V1_Book 6_Flipbook
P. 91
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 measurement are the International System of Units
(SI units), the British Imperial System, and the US Customary System.
</P>
</BODY>
</HTML>
Interdisciplinary
USING CSS TO CONTROL MULTIPLE PAGES
Every webpage 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>
Formatting a Web Page 89

