How to make list items have different color?
How to make the list items have different text and background color as show? Since I need to change one of the list item text and background color when that page is active.
<ul>
<li>Home</li>
<li>About Us</li>
<li>Product</li>
<li>Price</li>
<li>Gallery</li>
<li>Contact us</li>
</ul>
