mirror of
https://github.com/kognise/water.css.git
synced 2025-08-10 23:24:08 +02:00
Merge branch 'master' into support-details
This commit is contained in:
13
index.html
13
index.html
@@ -127,7 +127,18 @@
|
||||
></textarea>
|
||||
|
||||
<label for='drink'>Select your favorite drink</label>
|
||||
<select name='drink' id='drink'>
|
||||
<select name='drinks' id='drink'>
|
||||
<option value='mojito'>Mojito</option>
|
||||
<option value='water'>Water</option>
|
||||
<option value='lemon'>Lemon juice</option>
|
||||
</select>
|
||||
|
||||
<br />
|
||||
|
||||
<label for='drinks'>Or select multiple favorite drinks</label>
|
||||
<p>Hold down the Ctrl (windows) /
|
||||
Command (Mac) button to select multiple options.</p>
|
||||
<select name='drink' id='drinks' multiple>
|
||||
<option value='mojito'>Mojito</option>
|
||||
<option value='water'>Water</option>
|
||||
<option value='lemon'>Lemon juice</option>
|
||||
|
Reference in New Issue
Block a user