-
Which element does not support autofocus attribute?
-
- <select>
- <base>
- <input>
- <textarea>
- None of these
Correct Option: B
Autofocus is a new attribute as well as very interesting one. It can be specified on <input>, <textarea>, <button> and <select> elements. It is a way to focus a form control when the page is loaded.