Page 116 - TP_Pluse_V2.2_Class_7
P. 116
test Your skiLLs
1. Tick ( ) the correct option.
a. Anshu wants to display the steps of a sweet dish recipe on a web page. Which type of list will you
suggest him to do so?
(i) Ordered List (ii) Unordered List
(iii) Description (iv) None of these
b. Which of the following tags is used to define an item in a list?
(i) <IL> (ii) <LI>
(iii) <OL> (iv) <UL>
c. Amita wants to display the items of the list with upper Roman numerals. Which option should
she use to achieve this?
(i) STYLE="list-style-type:roman;" (ii) STYLE="list-style-type:upper-roman;"
(iii) STYLE="list-style-type:upper;" (iv) STYLE="list-style-type:decimal;"
d. Which of the following tag defines the description term?
(i) <DD> (ii) <DT>
(iii) <DL> (iv) <LI>
2. Write 'T' for true and 'F' for false.
a. An ordered list is also called the numbered list. ____________
b. <OL TYPE ="1" START=”25”> will start the list from 24. ____________
c. Rectangle is one of the values of the TYPE attribute in unordered list. ____________
d. Tables represent the data in the form of rows. ____________
e. The border-color property allows you to apply a colour to the border. ____________
3. Fill in the blanks using the words given below:
disc, TYPE, <TH>, border-style, Table Data , START
a. The <OL> tag has two attributes named and .
b. The default bullet style is in HTML.
c. The tag is used for defining table headings.
d. The property is used to apply outline style of border of the table.
e. The <TD> tag stands for .
4. Short answer type questions.
a. Why do we use the <UL> tag?
______________________________________________________________________________
b. Convert the following line of code to display the items in an ordered list with small alphabets?
<UL TYPE ="square">
______________________________________________________________________________
114 Plus (Ver. 2.2)-VII

