Test of dropdown menu

Can do a working dropdown menu in pure CSS, no JS.

Submenu by default is hidden:

display: none;
When you hover on the button, it makes the submenu visible:
display: block;
Note in source how once everything is done in CSS, then HTML is just minimal. It just defines the groups.