The start attribute of <OL> tag must be set to a numeric Value.
Answers
Answered by
3
- Start attribute is used for set the starting position of the list.
Example:-
<Ol type="A" start="5">
<li> Apple
<Ol type="1" start="6">
<li> Banana
Output:-
- E. Apple
- 6. Banana
Similar questions