html-lists Flashcards
1
Q
What is the difference between an ordered list and an unordered list in HTML?
A
ordered lists are displayed by browsers with each list item numbered sequentially.
unordered lists are displayed by browsers with a bullet in front of each list item .
2
Q
Is an HTML list a block element or an inline element?
A
Block level