Computer Science, asked by manvirsingh64681, 8 months ago

write HTML code to display ordered list​

Answers

Answered by mohini1820
8

Answer:

To create ordered list in HTML, use the <ol> tag. Ordered list starts with the <ol> tag. The list item starts with the <li> tag and will be marked as numbers, lowercase letters uppercase letters, roman letters, etc. The default numbers for list items.

Answered by Anonymous
4

Answer:

To display ordered list we use: <OL> TAG

AND TO DISPLAY Unordered list we use: <UL> TAG

hope it would help!!!!!

Similar questions