Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>OPTION's label attribute in SELECT (reference)</title>
<select>
<option>Label Text</option>
</select>
<br/>
<select size="4">
<option>Label Text</option>
</select>