I have object that i want to show data to user. but i want to write html code in option tag like this.How can i do that?
<select id="ddl" >
<option value="1501" Director="test" Duration="">
<table><tr><td>.1.</td><td>.2.</td></tr></table>
</option>
</select>