blob: 3dd07b8dc2b4778d7f2f2e69202d680902c7e838 [file] [log] [blame]
<!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>