Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<select multiple>
<option>no label attribute</option>
<option>empty label attribute</option>
<option></option>
</select>
<br>
<select>
<option>empty label attribute</option>
</select>
<br>
<select>
<option></option>
</select>