I want to make a select list with two different colors in the label, like this :
the number is in blue, and per page in green color
My simple HTML code is :
<select>
<option value="50">50</option>
<option value="100">100</option>
<option value="150">150</option>
<option value="200">200</option>
</select>