Dropdown Menu: Solution Review
We'll cover the following...
Solution Review
Let’s go over the solution, step by step. HTML skeleton, first:
We are using a <nav>
tag to setup the navigation bar with the dropdown menu and unordered lists for the top and second level menus. Next, let’s add some CSS:
...