xxxxxxxxxx
<html>
<head>
<meta name="description" content="How to style a select">
<meta charset="utf-8">
<title>Style a select</title>
</head>
<body>
<select>
<option>CoffeeScript</option>
<option selected>JavaScript</option>
<option>CPP</option>
<option>Pyhton</option>
</select>
</body>
</html>