Multiple Choice
Suppose birthYears is the name of a pull-down menu control. What happens when the following code executes?
BirthYears.selectedIndex = 0;
A) The pull-down menu expands to show all the menu's options.
B) The pull-down menu displays "invalid."
C) The browser engine selects the pull-down menu's first option.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: What is an advantage of a list
Q2: Is the readonly keyword an HTML attribute
Q3: For the textarea control, how do you
Q4: In executing a while loop, the JavaScript
Q5: For the textarea control, the _ attribute
Q7: In a pull-down menu, if no <code>option</code>
Q8: Every web page element object has a
Q9: Local variables persist only for as long
Q10: To process a user's selections from a
Q11: What is the purpose of the z-index