Computer Science, asked by jyotisrivastava277, 25 days ago

to create a list of two input devices with using <ol> tag​

Answers

Answered by g77130845
2

Answer:

<ol>

 <li>Coffee</li>

 <li>Tea</li>

 <li>Milk</li>

</ol>

<ol start="50">

 <li>Coffee</li>

 <li>Tea</li>

 <li>Milk</li>

</ol>

Explanation:

Similar questions