Sagot :
Answer:Unordered and Ordered List Example in HTML
Ordered lists are numbered in some fashion, while unordered lists are bulleted.
Definition lists consist of a term followed by its definition.
Both ordered and unordered lists require start and end tags as well as the use of a special element to indicate where each list item begins (the <LI> tag).
Explanation: