


The contents of the Option element is presented to the user to represent the
option. The contents are used as a returned value if the VALUE attribute is not present.
SELECTED
What would you like to do today?
<select name="what-to-do">
<option>Drink Coffee
<option selected>Use Pueblo
<option >Use VR Scout
<option >Read A Book
<option>Take A Walk
<option>Buy A Bagel
</select>
<input type=submit value=" Enter my agenda ">
</form>
<option> element