HTML Lists Flashcards
1
Q
What is the difference between an ordered list and an unordered list in HTML?
A
An ordered list is where items are numbered and is done in a specified order where as in an unordered list, items are listed with bullet points and order does not matter.
2
Q
Is an HTML list a block element or an inline element?
A
A HTML list is a block-level element