HTML-lists Flashcards
1
Q
What is the difference between an ordered list and an unordered list in HTML?
A
Items in ordered lists are numbered (can also change it to roman numerals, letters, etc) and items in unordered lists are in bullets points
2
Q
Is an HTML list a block element or an inline element?
A
Block element (including list items)