why is my option not bold in html

HTML
<option> tags cannot contain any other tags. What you would do if you 
wanted this is use something like a floating div and position and display 
it using Css to look like a select.
Source

Also in HTML: