Change the Select Box Option Background Color
I created a Dropdown with 3 options. I want to set separate colors for separate options. How to do this?
<select name="cars" id="cars">
<option value="One">One</option>
<option value="Two">Two</option>
<option value="Three">Three</option>
</select>