Page 102 - iPrime_V2.2_class6
P. 102
<BODY>
<H1>Earth</H1>
<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.</P>
</BODY>
</HTML>
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
background-color Name of the colour
be 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 on
background-repeat (whereas, x- horizontal &
the web page.
y-vertical) no repeat
Create an HTML5 web page by using the background properties.
<!DOCTYPE html>
<HTML>
<HEAD>
<STYLE>
100 iPRIME (Ver. 2.2)–VI

