Snippets tagged “option”
1 snippet uses this tag.
- How to Use the "required" Attribute on the <select> Element in HTML5HTML
The “required” attribute works only on empty values. In this snippet, we’ll show how to apply it to the HTML <select> element. Read and find some examples.