Question:What does the following code snippet do? <input type="radio" name="r1" value="radio1" onclick="this.checked=false;alert('sorry')">
A The code is invalid
B The code makes it necessary for the user to select the radio button
C The code disables the radio button
D The code displays an alert when the user selects the button
+ AnswerD
+ Report