CBSE Class 10 Computer Applications Question 16 of 176

HTML I — Basic HTML Elements — Question 14

Back to all questions
14
Question

Question 14

Which of the following will produce a solid circle bullet when given as value of type with <UL> ?

  1. disc
  2. circle
  3. square
  4. none of these
Answer

disc

Reason — When the value of type attribute is disc, a solid circle bullet is displayed in an unordered list.