Page 124 - Trackpad_ipro 4.1_Class7
P. 124
C. Application-based questions.
1. Nisha has been assigned a task to create a grade report table showing the performance of
the students of her class. She wants to highlight specific students who have exceptional
grades by merging cells to span multiple rows. Which attribute should she use?
2. Rakesh has created a table on a web page. He wants to change its background
colour by using CSS. Which property will you suggest he should use to do
so?
3. You have created the given table using HTML. You want to make some changes in it now.
Answer the following questions for this:
a. What changes will you made in the code to add an image as the background of the table?
b. You want to change the height and width of the table. What changes will you made in the
code to do so?
#Coding & 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>
122 iPro (Ver. 4.1)-VII

