Which of the following must be true for a group of radio button controls on a Web page to work correctly?

A) The values for name, value and onclick can all be different.
B) All controls must have the same value for the name attribute.
C) All controls must call the same function for the onclick event.
D) All controls must have the same value for the value attribute.

B

Computer Science & Information Technology

You might also like to view...

To regulate the internal timing of a computer system, the motherboard uses

a. a system clock. b. software simulation. c. RAM. d. a register.

Computer Science & Information Technology

A(n) ____ value is a number you use to increase a loop control variable on each pass through a loop.

A. jump B. bump C. increment D. step

Computer Science & Information Technology