html-lists Flashcards
(2 cards)
What is the difference between an ordered list and an unordered list in HTML?
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 .
Is an HTML list a block element or an inline element?
Block level