<OPTION> tag description
Syntax
<OPTION VALUE="...">...</OPTION>
<OPTION VALUE="..." SELECTED>...</OPTION>
Meaning
-
Option for <SELECT>, value is optional - if not specified the option
content will be sent instead of the value.
- Option selected by default.
© 2022 Jan Mleczko