Autofocus for form elements in HTML
Given inputs:
<input>
<input>
<input>
Make it so that when entering the page, the focus is set to the second input.
Given inputs:
<input>
<input>
<input>
Make it so that when entering the page, the focus is set to the second input.