Question:
Can you insert HTML tags into the options of an HTML select element?
For instance:
<select> <option value="one"><b>one is bold</b></option> <option value="two">two has some <span>
Expected Behavior:
The text within each option should be rendered as HTML.
Answer:
Unfortunately, this is not feasible. The contents of