DropDownList using HTML & CSS
In this blog, I will give you HTML CODE embedded with CSS. In CSS we use ul (unordered list) and li (list item). in this code, I made an ID (menu). here all the list items are initially hidden but after hover on the menu the list item is drop-down.
HTML CODE