HTML Lists Flashcards

1
Q

What is the difference between an ordered list and an unordered list in HTML?

A

Ordered list is a numbered list, and an unordered list use bullet points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Is an HTML list a block element or an inline element?

A

A list is a block element, since each list entry goes unto a new line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly