Page 112 - iPro_trackGPT_V5_Class6
P. 112
<b>Currently, animals are classified on the basis of habitat as follows:
</b> <br>
<b>Terrestrial Animals:</b> These are the animals which live on the land,
for example: elephants.<br>
<b>Aquatic Animals:</b> These are the animals which live on the water, for
example: fish.<br>
<b>Aerial Animals:</b> These are the animals which can fly, for example:
birds. <br>
<b>Amphibian Animals:</b> These are the animals which live on land and
water both, for example: frog.
</body>
</html>
MARGIN PROPERTIES
Margin is the space that appears around an element. The margin property is used to set
margins for any web page element. The four sides used with the margin property are: left,
right, top, and bottom. The value of sides can be measured in pixels (for example: 20px, 30px,
etc.) or as a percentage of the window.
Create HTML5 web page by using margin properties.
<!DOCTYPE html>
<html>
<head>
<title> Changing Margin </title>
</head>
<body style=”margin:50px 50px 70px 70px”>
<h1 style=”font-family: Comic Sans MS; text-align:center; text-decoration:
underline; color: green”>Energy</h1>
110 TrackGPT iPRO (V5.0)-VI

