Page 123 - TP_iPlus_V2.1_Class7
P. 123
Border spacing - 10px
Padding - 15
3. How is ROWSPAN attribute used? Give an example.
C. Competency-based/Application-based questions:
1. Manish wants to display a table for comparing the features of different types of pens on his tech
review website. But he has no idea how to create a table. Help him with the tags he should use to
define this comparison table.
2. Sujatha wants to display a list of services offered by her company on their website.
Which HTML5 tag would be most suitable for structuring this list?
Higher Order Thinking Skills (HOTS) #Coding & Computational Thinking
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>
#Problem Solving & Logical Reasoning
Crack The Code #Digital Literacy
Guess! Who am I?
1. I am a type of list that is used to display the items in a
sequential manner. ................................
2. I am a tag that defines the entire description list. ................................
3. I am a tag that is used for defining table rows. ................................
4. I am a CSS property that is used to specify the width of a box or table. ................................
5. I am a CSS property that is used to specify the space around the
content of a cell and the border of the cell in a table. ................................
121
Lists and Tables in HTML

