There\'s an edit at the bottom:
I have this code:
span tags are absolutely not valid inside an option/select.
span
option
select
Use CSS with the selector
select option.some-class { text-decoration: underline; color: blue; }
where some-class is the name you give the class for the option, ie;
some-class
December 2015 (4)