how to use type and start attribute together in html
Answers
Answered by
0
Explanation:
HTML <ol> start Attribute
Example
An ordered list starting at "50":
<ol start="50">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
Similar questions