If you have the following CSS code, what style of bullet will the <li> elements in the HTML have?
li {
list-style: lower-roman inside;
}
If you have the following CSS code, what style of bullet will the <li> elements in the HTML have?
li {
list-style: lower-roman inside;
}