Page 108 - Trackpad_ipro 4.1_Class6
P. 108
<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>
<P STYLE="font-family:Times New Roman; text-transform:uppercase">Energy
is the capacity for doing work. It may exist in potential, kinetic,thermal,
electrical,chemical,nuclear,or other various forms.</P>
106 iPro (Ver. 4.1)-VI

