Multiple Choice
What is the purpose of adding an autofocus attribute to a text control's input element?
A) When the web page loads, the browser puts the cursor in the text control.
B) When the user clicks on the text control, the browser generates a pop-up dialog.
C) When the user enters text into the text control, input validation occurs.
Correct Answer:

Verified
Correct Answer:
Verified
Q18: JavaScript is known as a loosely typed
Q19: Which of the following statements best describes
Q20: How can you retrieve an element's object?<br>A)
Q21: Ecma International is the standards organization in
Q22: If you are inside a form control,
Q23: Coding conventions suggest using camel case for
Q24: What is a JavaScript event handler?<br>A) The
Q25: The following code would be a legal
Q26: What is the following JavaScript code an
Q28: Which of the following attribute-value pairs could