Computer Science, asked by nazif74, 1 month ago

to create 3 ordered list to display your subject​

Answers

Answered by brundag
1

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.

Similar questions