Which tag is used to create an ordered list
Answers
Answered by
0
Answer:
The <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical. The <li> tag is used to define each list item. Tip: Use CSS to style lists.
Hope this helps you
Answered by
2
Answer:
<ol> is used too make an ordered list in html.
Similar questions