Computer Science, asked by vishnu6760, 11 months ago

how to use type and start attribute together in html

Answers

Answered by Dakshfabulous
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