Advertisements
Advertisements
Question
To start a list at the count of 3, use which?
Options
<ol start="3">
<ol begin="3">
<ol list="5">
MCQ
Fill in the Blanks
Advertisements
Solution
<ol start="3">
Explanation:
The start attribute is used with the <ol> tag to specify the starting number of an ordered list. Therefore, <ol start="3"> makes the list begin with 3.
shaalaa.com
Is there an error in this question or solution?
