HTML
CSS
JS

CSS Only Dropdown, no JavaScript

This is an example of how you can build a dropdown without using JavaScript. The entire dropdown is an ul, unordered list. Dropdown is shown on hover by applying the display: block property to the ul.

You can use this dropdown to build the menu or sub menu for your application.

';