+ 1
You can apply autofocus on input and select elements. It means when the user lands on the page, the element with autofocus starts off being focused. For example, on an input element with type "text" (this is the default), autofocus means the input field where you can type is selected and the cursor will be blinking. So, you can type straight away without having to click on it.



