The select tag creates a drop down menu or some kind of option list. Each item on the list is defined by the option elements within it. Inline element
<select attributes> ... </select>
<select> <option>First option</option> ... </select>