Answers for "How to add images in select list"

1

How to add images in select list

<select>
  <option style="background-image:url(male.png);">male</option>
  <option style="background-image:url(female.png);">female</option>
  <option style="background-image:url(others.png);">others</option>
</select>
Posted by: Guest on March-14-2022

Code answers related to "How to add images in select list"

Browse Popular Code Answers by Language