Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
select {
-webkit-appearance: none;
width: 50px;
}
</style>
</head>
<body>
<select>
<option>HTML</option>
<option>CSS</option>
</select>
</body>
</html>