OPTION element
[ Link ]
label = text [CS]
This is an attribute that allows you to specify the content of the OPTION element. If you’ve selected an item, you’ll not be able to use this option.
[ Link ]
3. SHOULD This word, or the adjective "RECOMMENDED", mean that there
may exist
be sure to understand and
carefully weighed before choosing a different course.
')
Well, for a valid reason, this was found in the authors of FF and Opera.
<head><title></title></head>
<body><select name=ProductNames size=10 multiple>
<option value="1" label=" ">1</option>
<option value="3" label=" 0.5 ">3</option>
<option value="4" label=" 7676 ">4</option>
<option value="8" label=" CD ()">8</option>
<option value="6" label=" ">6</option>
<option value="7" label=" ">7</option>
</select></body></html>
Source: https://habr.com/ru/post/18107/
All Articles