mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-03 12:47:49 +02:00
Merge pull request #40 from ConnorJamesLow/patch-1
Close option tags in datalist
This commit is contained in:
@@ -521,9 +521,9 @@
|
|||||||
<label for="idl">Datalist</label>
|
<label for="idl">Datalist</label>
|
||||||
<input type="text" id="idl" list="example-list">
|
<input type="text" id="idl" list="example-list">
|
||||||
<datalist id="example-list">
|
<datalist id="example-list">
|
||||||
<option value="Example #1">
|
<option value="Example #1" />
|
||||||
<option value="Example #2">
|
<option value="Example #2" />
|
||||||
<option value="Example #3">
|
<option value="Example #3" />
|
||||||
</datalist>
|
</datalist>
|
||||||
</p>
|
</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
Reference in New Issue
Block a user