Page 103 - Touchpad_Plus_V3.2_Class 7
P. 103
5. Which of the following tags is used to give the title of the table?
a. <TR> b. <TH>
c. <CAPTION> d. <TD>
B. Write ‘T’ for true and ‘F’ for false.
1. An ordered list is also called the numbered list. ........................
2. <ol start="25" style="list-style-type: decimal;"> will start the list from 24. ........................
3. Rectangle is one of the valid values for the list-style-type property in CSS for an
unordered list. ........................
4. Tables represent the data in the form of rows. ........................
5. The border-color property allows you to apply a colour to the border. ........................
C. Fill in the blanks using the words given below:
Hints
Disc, <TH>, Border-style, Table Data , Ordered list
1. The <OL> tag is used to create an .........................
2. The default bullet style is ........................ in HTML.
3. ........................ tag is used for defining table headings.
4. The ........................ property is used to apply outline style of border of the table.
5. The <TD> tag stands for .........................
D. Short answer type questions.
1. Why do we use the <UL> tag?
....................................................................................................................................................................................
2. Convert the following line of code to display the items in an ordered list with small alphabets?
<UL style="list-style-type:square;">
....................................................................................................................................................................................
E. Long answer type questions.
1. What is the use of the border-spacing property in a table? Write its syntax.
....................................................................................................................................................................................
....................................................................................................................................................................................
....................................................................................................................................................................................
Lists and Tables in HTML 101

