CSS Lists Flashcards

1
Q

Use the CSS lists style type property to alter the lists marker to your choosing/desires on an ordered list.

A

ol{
list-style-type: disc;
}

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

Use the CSS lists style type property to alter the lists marker to your choosing/desires on an unordered list.

A

ul{
list-style-type: lower-greek;
}

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