The SELECT tag provided by start HTML is very useful for creating menus. It can capture important events such as on change and on select.
The OPTION tag within the SELECT only holds one value which in most cases is not enough. With a little scripting and innovation
you can enhance this tag to your need.
<select name="menu1">
<option value=m1> Menu Item Number 1
<option value=m2> Menu Item Number 2
<option value=m3> Menu Item Number 3
</select>