
Suppose that I want each item in first-level navigation menu with its own foreground color and background color.
If I had the following code, it should be easy to do such a task with CSS:
Code: Select all
<li id="item1"> <a href="omissis">Home Page</a></li>
<li id="item2"> <a href="omissis">Products</a></li>
<li id="item3"> <a href="omissis">Contacts</a></li>
Thanks for your attention.