Multiple Choice
The following code retrieves the radio button collection for a group of radio buttons where "ethnicity" is the name of the radio button group:
EthnicityRBs = form.elements["ethnicity"];
How can you retrieve the selected radio button's value?
A) ethnicityRBs.selection
B) ethnicityRBs.value
C) ethnicityRBs.getValue(0)
Correct Answer:

Verified
Correct Answer:
Verified
Q15: You should have a prologue in your
Q16: Proper coding conventions suggest using <code>let</code> instead
Q17: The length of time that a variable's
Q18: Which of the following is a list
Q19: If a pull-down menu's option element has
Q21: The textarea control's <code>maxlength</code> attribute specifies the
Q22: There are two techniques for connecting a
Q23: To implement a pull-down menu, you provide
Q24: If you include the _ attribute with
Q25: What happens if you include a multiple