CBSE Class 10 Computer Applications Question 15 of 176

HTML I — Basic HTML Elements — Question 13

Back to all questions
13
Question

Question 13

In <OL> and <UL>, the style of bullet or number is defined by ................. .

  1. type attribute
  2. style attribute
  3. both (1) and (2)
  4. None of the above
Answer

type attribute

Reason — In <OL> and <UL>, the style of bullet or number is defined by type attribute. For unordered list, the type attribute may have a value of either disc for a solid circle, circle for a hollow circle or square for a solid square.

For ordered list, the type attribute may have the value of 'A' for numbering with capital letters, 'a' for lowercase letters, 'I' for capital and 'i' for lowercase Roman numerals and '1' for common Arabic numerals.