Page 124 - TP_V5.1_C7_fb
P. 124
Chapter 4: Lists and Tables in HTML5
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>
2. Analyse the given webpage and answer the following questions:
(i) Write the HTML code to create this webpage.
(ii) What change will you make in the code to change numbering from A, B, C, … format to 1, 2,
3, … format?
3. You have created the given table using HTML. You want to make some changes to it now. Answer
the following questions for this:
(i) What changes will you made in the code to add an image as the background of the table?
(ii) How can you change the height and width of the table?
122 Premium Edition-VII

