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;
}
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;
}