Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<style>
.Passed {
background : #00FFFF;
color : Red;
font-weight : bolder;
}
</style>
...
<select id ="mySelect">
<option class="Passed" value="1">Test Passed</option>
<option value="2">Test Normal</option>
</select>