RC1021 > HTML Lists > Flashcards
What is the difference between an ordered list and an unordered list in HTML?
ordered uses numbers to list the items. unordered uses dots or something similar.
Is an HTML list a block element or an inline element?
Block element.