Page 93 - TP_Prime_v2.2_Class_6
P. 93
<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.</ HTML—AN INTRODUCTION
P>
</BODY>
</HTML>
91
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 be
background-color Name of the colour
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
background-repeat (whereas, x-horizontal & on the web page.
y-vertical) no repeat
Create an HTML5 web page by using the background properties.
<!DOCTYPE html>
<HTML>

