</BODY>
</HTML>
Ans:<HTML>
<HEAD><TITLE>HABITS</TITLE ></HEAD>
<BODY><FONT FACE="LUCIDA HANDWRITING">
<p ALIGN ="CENTER">
<B> <U>THOUGHT FOR THE DAY </B></U></P>
<P>HUMAN FAULTS ARE KIKE GARDEN WEEDS. THEY GROW WITHOUT CULTIVATION AND SOON TAKE OVER THE PLACE IF THEY ARE NOT THINNED OUT.</P>
</FONT></BODY></HTML>
4.Find the errors in the following HTML code and write the correct code.
<HTML>
<HEAD> </TITLE>ROAD RULES </TITLE><HEAD>
<BODY>
ROAD SAFETY RULES
<UL Type="square">
<L>Look on both the sides of the road while crossing.
<L>Walk on the left side of the road.
<L>Cross the road at the Zebra crossing.
<UL>
<BODY ></HTML>
Ans:<HTML>
<HEAD> <TITLE>ROAD RULES </ TITLE></HEAD>
<BODY>
ROAD SAFETY RULES
<UL Type ="square">
<LI>Look on both the sides of the road while crossing.
<LI >Walk on the left side of the road.
< LI>Cross the road at the Zebra crossing.
</UL>
</BODY> </HTML>
1.Define the <B0DY> tag in HTML.
2.Define the term Hyperlink.
3.Differentiate between Container and Empty elements in HTML .Give any two examples of HTML tags from each category.{CBSE 2019}
4.Which attribute allows you to change the style of numbers in an ordered lis?
5.What is an attribute in HTML?