Computer Science, asked by amalbakheet2, 4 months ago

how to create an ordered list (a list with the list items in numbers) in HTML

Answers

Answered by Anonymous
6

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