<html>
<head>
<title>The Google</title>
<meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5" />
</head>
<body>
Which animal is the strongest:<br/>
<select id="select">
<option>Black bear</option>
<option>Polar bear</option>
<option>Grizzly</option>
<option>Tiger</option>
<option>Lion</option>"
</select>
</body>
</html>