Write HTML code to display the ordered lists listing any three fruits with lower case
roman numbers. The title of the webpage should be ordered lists.
Answers
Answered by
8
Answer:
make the ordered list show letters instead of numbers, specify type="A" for uppercase and type="a" for lowercase letters in the <ol> element. Here's an example of an ordered list using uppercase letters: Apples. Bananas.
Explanation:
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
Computer Science,
5 months ago
Math,
5 months ago
Sociology,
5 months ago
Biology,
11 months ago
Science,
11 months ago
Accountancy,
1 year ago