Partially Bold Text in an HTML select
since chrome doesn't allow bold font on option tag . you can use text-shadow property like
text-shadow: 0px 0px 0px black;
it will give same appearance of bold and work on all the browsers
No; it's not possible.
Instead, you can make a fake dropdown list using Javascript.