write a html program to display the items in the web page using ordered and unordered list
Answers
Answered by
0
Answer:
What is ordered and unordered list in HTML?
As we learned, HTML provides you with three types of lists: Ordered lists, which have an inherent order and each item is numbered. Unordered lists, which have no inherent order and each item is bulleted. Description lists, which contain a list of terms and descriptions for each term.
How do you create an order and unordered list in HTML?
1)Unordered HTML List. An unordered list starts with the <ul> tag. Each list item starts with the <li> tag. ...
2)Ordered HTML List. An ordered list starts with the <ol> tag. Each list item starts with the <li> tag. ...
3)HTML Description Lists. HTML also supports description lists.
thanks for this question
Similar questions