Page 89 - Touchpad_Plus_V3.2_Class 7
P. 89
<TITLE> Changing Margin </TITLE>
</HEAD>
<BODY>
<H1 STYLE="font-family:Comic Sans MS; text-align:center; text-
decoration:underline; color:green; margin-top:20px; margin-
bottom:10px;">Energy</H1>
<P STYLE="font-family:Times New Roman; text-transform:uppercase; margin-
left:30px; margin-right:30px;">Energy is the capacity for doing work.
It may exist in potential, kinetic, thermal, electrical, chemical,
nuclear, or other various forms.</P>
<HR STYLE="color:grey; margin:20px;">
</BODY>
</HTML>
Restart
HTML is the most widely used language to design web pages.
The <Hn> tag describes the heading of a section of the web page.
The <HR> tag is used to divide the web page into different sections by drawing a
horizontal line in the web page.
<P> tag is used to insert a paragraph in an HTML document .
Text properties are used to change the appearance of the text.
The background properties are used to make changes in the background of a web page.
The font properties are used to change the font-family, font-size and font-style of the
text.
The margin property is used to set margins for any web page element.
More on HTML 87

