explain the altributes of <ol > tag
Answers
Answered by
0
Answer:
ordered list
Explanation:
Answered by
1
Explanation:
Definition and Usage
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.
Similar questions