+ 1
Question about Datalist and colours
Hi everyone, There is a question in the HTML challenges and I can't seem to find the answer in the HTML course. I can't remember the exact wording but it goes something like: "Fill in the blanks to create a datalist with predefined colour red". I never seen to be able to get the correct answer. Would someone be able to give me an example of how to do this please? Thank you very much in advance.
4 Answers
+ 3
there's websites that shows colors degrees and names to use it in your codes, just Google it.
hope u the best đ·
+ 2
Thanks for replying
+ 2
Anytime, my brother â€â€
never stop coding đ·
0
i also donât get it right.
Thatâs the question:
Fill in the blanks to create a datalist with predefined option red.
<input type="text">
list="colours"/>
<____ id="colours">
<option _____="red">
</___>