CBSE Class 10 Computer Applications Question 57 of 176

HTML I — Basic HTML Elements — Question 55

Back to all questions
55
Question

Question 55

To start a list at the count of 3, use which ?

  1. <ol start="3">
  2. <ol begin="3">
  3. <ol list="5">
Answer

<ol start="3">

Reason — The start attribute of <OL> tag sets the starting value of an item integer counter at the beginning of an ordered list.