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;
}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;
}Create a free account to access the full topic