write the HTML program by using UI tag and OL tag one by one with ful completion I will choose you as a brain list
Answers
Answered by
0
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
OUTPUT
- Coffee
- Tea
- Milk
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
- output
- Coffee
- Tea
- Milk
Similar questions