The list

Report a typo

Which of the list items will be highlighted in yellow?

<ul>
  <li>Salt</li>
  <li>Sugar</li>
  <li>Soda</li>
</ul>
li:nth-child(odd) {
    color: yellow;
}
Select one option from the list
___

Create a free account to access the full topic