write an html program to display an ordered list applying the front features
Answers
Answered by
2
Answer:
Chapter Summary
- Use the HTML <ol> element to define an ordered list.
- Use the HTML type attribute to define the numbering type.
- Use the HTML <li> element to define a list item.
- Lists can be nested.
- List items can contain other HTML elements.
Similar questions