What values can appear in the “selected” attribute of the “option” tag?

HTML5 spec https://www.w3.org/TR/html51/sec-forms.html#the-option-element The selected content attribute is a boolean attribute. http://www.w3.org/TR/html5/infrastructure.html#boolean-attributes : The presence of a boolean attribute on an element represents the true value, and the absence of the attribute represents the false value. If the attribute is present, its value must either be the empty string or a value that is an … Read more