+ 5
how to create a datalist with predefined option red?
i don't know the answer haha. this was one of the questions i often encounted when i'm in a challenge
2 Answers
+ 5
check ur corrections you'll see em
+ 5
<input type="text"
list="colors"/>
<datalist id="colors">
 <option value="red">
</datalist>