HTML5 Application Development Fundamentals — Question 12

In HTML5, the autofocus attribute:

Answer options

Correct answer: A

Explanation

The correct answer is A because the autofocus attribute specifically sets the focus on a particular input element when the page loads, positioning the cursor there. Options B, C, and D do not accurately describe the function of the autofocus attribute, as they pertain to form navigation, default values, and field activation, respectively.