World Languages, asked by kanojiyamansi29, 1 month ago

Write a program in HTML to create list of Days. The list should start from any

letter (Either small letter or capital) and it should be in reverse order.​

Answers

Answered by bhagwanthombare26
0

aaaaaaaaaaaaaaaaaaaa

Answered by XxMichhfuggilxX
2

Answer:

\huge\color{blue}\boxed{\colorbox{black}{☘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.

For creating an ordered list with uppercase letters, use the <ol> tag attribute type. This attribute will assign an uppercase letter i.e. <ol type = “A”> to create ordered list numbered with uppercase letters..

Similar questions