| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <title>OPTION's label attribute in SELECT (reference)</title> | |
| <link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#the-select-element-2"> | |
| <select> | |
| <option>Label Text</option> | |
| </select> | |
| <br/> | |
| <select size="4"> | |
| <option>Label Text</option> | |
| </select> |