<!DOCTYPE html>
<html>
<body>
<select id="select">
<option selected>Apple</option>
<option>Orange</option>
<option>Banana</option>
</select>
<p>The above select element should have Apple focused.
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<select id="select">
<option selected>Apple</option>
<option>Orange</option>
<option>Banana</option>
</select>
<p>The above select element should have Apple focused.
</body>
</html>