HTML-lists-Q&A Flashcards
1
Q
What is the difference between an ordered list and an unordered list in HTML?
A
An ordered list is an organized list with numbers and letters I.E.
1.
2.
3.
-
-
2
Q
Is an HTML list a block element or an inline element?
A
The βliβ element is a block element.