, : -)
, ", , ", "", <select> 34 , 12 , . , <select> , , , - . , .
,
<html>
<body>
<style>
.select{
height:34px;
font-size:12px;
}
</style>
<select class="select">
<option>dog</option>
<option>cat</option>
<option>tiger</option>
</select>
</body>
</html>