mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-06 14:16:30 +02:00
Merge branch 'patch-1' of https://github.com/racztiborzoltan/html5-test-page into racztiborzoltan-patch-1
* 'patch-1' of https://github.com/racztiborzoltan/html5-test-page: add multiple select
This commit is contained in:
10
index.html
10
index.html
@@ -435,6 +435,16 @@
|
|||||||
</optgroup>
|
</optgroup>
|
||||||
</select>
|
</select>
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<label for="select_multiple">Select (multiple)</label>
|
||||||
|
<select id="select_multiple" multiple="multiple">
|
||||||
|
<optgroup label="Option Group">
|
||||||
|
<option>Option One</option>
|
||||||
|
<option>Option Two</option>
|
||||||
|
<option>Option Three</option>
|
||||||
|
</optgroup>
|
||||||
|
</select>
|
||||||
|
</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<p><a href="#top">[Top]</a></p>
|
<p><a href="#top">[Top]</a></p>
|
||||||
<fieldset id="forms__checkbox">
|
<fieldset id="forms__checkbox">
|
||||||
|
Reference in New Issue
Block a user