I have a php html drop-down with multiple columns. I want to apply each column different color.
<select name="comp">
<option value="" disabled selected>Select Company</option>
<option value="">Item - Company</option>
</select>
Expected Result : "Item" should be in Red color "Company" should be in Green Color