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 ?
<ol start="3"><ol begin="3"><ol list="5">
<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.