COMP 1850 | HTML Forms | Select/Option

Select/option elements are used for providing a group of options that can be more easliy contained in the viewport interface than a group of radio buttons or checkboxes. If you need to use more than four or five checkboxes, consider using the select/option elements instead of input type="radio" or type="checkbox".

These two widgets are commonly referred to by many different names:

Select/Option Essentials

Examine the source code of this document for more details.