suppose you have to display a shopping list in an html document,which type of lists can be used to display this information
Answers
Answered by
1
Explanation:
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