<!--on the html document--> <nav> <ul> <li> <a href="#">Hello</a> <ul> <li>World!</li> <li>This is a dropdown</li> </ul> </li> </ul> </nav>