Home » HTML » HTML Attributes » Question
  1. Which element does not support autofocus attribute?
    1. <select>
    2. <base>
    3. <input>
    4. <textarea>
    5. 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.



Your comments will be displayed only after manual approval.