Can i use tag in option of selectbox? [duplicate]
Can i use tag in option of selectbox? [duplicate]
This question already has an answer here:
I want to change the color of some words in the option tag in a selectbox in html.
I want to use a tag in my option. Span or some other tags after that i will style span with CSS. The problem is that i could not use any tag in option.
Here is my code and i want to change the color of numbers by CSS or JS?
So how can i change the style of some parts of my text in option tag.
<select>
<option>hi 1</option>
<option>hi 2</option>
<option>hi 3</option>
</select>
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.