write an html program to display an ordered list applying the front features
Answers
Answered by
0
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.
Answered by
0
Answer:
1.Use the HTML <ol> element to define an ordered list.
2.Use the HTML type attribute to define the numbering type.
3.Use the HTML <li> element to define a list item.
4.Lists can be nested.
5.List items can contain other HTML elements.
https
Similar questions