<!doctype html> <ul id='nav'> <li>Products <li>About Us <li>Store <li>Contact </ul> <style> ... </style> <style> ul { background: silver; font-size: 2em; list-style: none; margin: 0; overflow: hidden; padding: 3px; } li { background: gray; color: white; cursor: pointer; font-family: sans-serif; margin: 5px; padding: 5px; } </style>