HyperText Markup Language/Tag List/option
Use
editUsed in relation to the select tag. It defines the options in the list box that should have been declared.
Example
editRequired attributes
editvalue
editThe value of the option that has been selected. It is then sent to the form.
Optional attributes
editclass
editAssociated CSS classes.
dir
editThe direction of the text. The user has the choice of "rtl" (right to left) or "ltr" (left to right).
disabled
editLocks the values away from the user. The user cannot modify the value within the tag.
id
editA string that will be in the webpage.
lang
editThe ISO language code that the user wants to use for the tag.
selected
editDefines the list item as the default selected.
style
editCSS style command within the tag.
title
editThe title of the tag.
Standard attributes
editMore info
editA link to a page with more info, then the name of the site the info came from (i.e. W3Schools).