-5
  • I want to add an image to each option of the drop-down list using HTML and CSS only.

SRC

Falguni Panchal
  • 8,873
  • 3
  • 27
  • 33
  • A.k.a. how do I do the most basic research, by simply typing my question title into Google verbatim. – CBroe Mar 13 '18 at 09:08

1 Answers1

0
<select>
  <option style="background-image:url(image1.jpg);">option1</option> 
</select>