order list begin with which tag ends with which tag
Answers
Answered by
1
Answer:
An order list starts with the <ol> tag, and ends with the <li> tag.
Answered by
1
Answer:
The ordered list, also called the numbered list, has the items listed in a specific order of preference. The ordered list begins with an <ol> tag and ends with an </ol> tag. Every item in the list is represented by <li> tag which stands for List Item.
Similar questions