HTML5 allows us input autofocus attribute on elements when page loads. This is accomplished by using the autofocus attribute. Using this autofocus attribute the INPUT, TEXTAREA, or BUTTON element will be automatically selected on page load. The best part is no JavaScript is needed. This autofocus attribute can be set using this 3 ways : […]