+ 1
Html5 forms part2
<form> <input type="text" name="color" id=""/> <option value ="Red"> <option value="Blue"> <option value="Green"> </___> </form> all my three attempts to answer this has been futile any help would be amazing
3 Answers
+ 1
the closing tag just before form closing tag is a datalist closing tag.
+ 1
could be you missing <datalist>....</datalist> around the options?
+ 1
Yes there's a datalist element surrounding the option elements.