summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/widgets/the-select-element/option-label-ref.html
blob: 3dd07b8dc2b4778d7f2f2e69202d680902c7e838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>