Page 125 - Plus_V2.2_C7_Flipbook
P. 125
test Your skiLLs
1. Tick ( ) the correct option.
a. How can you make a list that lists the items with numbers?
(i) <UL> (ii) <LIST>
(iii) <DL> (iv) <OL>
b. The correct code to create a list with hollow circular bullets is:
(i) <UL TYPE=DISC> (ii) <UL TYPE=CIRCLE>
(iii) <UL TYPE=HOLLOW> (iv) <UL TYPE=CIRCHOLLOW>
c. Which of the following will create an unordered list using capital alphabets starting with F?
(i) <OL TYPE=A START=6> (ii) <OL TYPE A START=6>
(iii) <UL TYPE=A START=6> (iv) <OL TYPE=A START=5>
d. Which attribute specifies the source of URL of the image that has to be inserted in the
web page?
(i) Alt (ii) Align
(iii) Width (iv) SRC
e. Which of the following is NOT a valid border style in CSS?
(i) Groove (ii) Hidden
(iii) Line (iv) Outset
2. Write 'T' for true and 'F' for false.
a. <LI> tag is used to create list items only in <OL> tag. ____________
b. There are only 4 ways in which the ordered list can be created. ____________
c. The tag used to specify the definition term is <td>. ____________
d. The color property is used to specify the text colour. ____________
3. Fill in the blanks using the words from the help box.
arabic numeral, definition, padding, start
a. ____________ list creates a list of terms with descriptions.
b. The ____________ attribute is used to change the order of the numbers/alphabets in an
ordered list.
c. The ____________ property is used to specify the space around the count of a cell and the
border of the cell in a table.
d. The ____________ type is the default type in ordered list.
More on HTML5 123

