CBSE Class 10 Computer Applications Question 58 of 176

HTML I — Basic HTML Elements — Question 56

Back to all questions
56
Question

Question 56

Which of the following is the correct way to create a list using the lowercase letters ?

  1. <ol alpha = a">
  2. <ol type = "a">
  3. <ol letter = "a">
  4. None of the above
Answer

<ol type = "a">

Reason — The type attribute of <OL> tag sets the actual numbering style of an ordered list.