Distinguish between an ordered and ordered list in HTML 5
Please anyone I need I urgent
i will make that person brainlist
Answers
Answered by
0
we define an ordered list by using the <ol> tag in the document, This tag is used for ordered list, an ordered list can be numerical or alphabetical. Inside the <ol> tag you have to make a list li of items that will follow the order.
Answered by
0
Answer:
In an unordered list, each item is displayed with a bullet. In an ordered list, each item is displayed along with the numbers or letters instead of bullets. <ul> and </ul> tags are used. <ol> and </ol> tags are used.
Explanation:
hope this helps
Similar questions