Page 124 - iPrime_V2.2_class7
P. 124
3. You have created the given table using HTML. You want to make some changes in it now.
Answer the following questions for this:
Computational Thinking
Higher Order Thinking Skills (HOTS)
1. Kavya did the following HTML coding to create a webpage. She wanted to show the bullet
points of the key features of HTML. But she didn’t get the desired output. Can you help her
by rectifying the errors?
<HTML>
<HEAD> <TITLE> Key Features of HTML </TITLE> </HEAD>
<BODY>
<B> Key Features of HTML </B><BR>
Some of the important features of HTML are:
<UL>
<LI> It is a platform-independent language. </UL>
<LI> It allows us to build tables. </UL>
<LI> It allows us to add a link to the web page. </UL>
<LI> It is not a case-sensitive language. </UL>
<LI> It is a very easy and simple language. </UL>
<LI> It provides a flexible way to design web pages along with the
text. </UL>
</BODY>
</HTML>
122 Touchpad iPRIME (Ver. 2.2)–VII

