<!DOCTYPE html>
<html>
<body>
<select>
<option selected disabled>Option one</option>
<option>Option two</option>
</select>
</body>
</html>