Which of the following is a difference between radio buttons and checkboxes? They use different HTML tags Radio buttons use the same NAME for each option; checkboxes do not One allows single answers, the other allows multiple answers None of the above
What is the maximum number of options possible for a radio button input? Five Fifty Five hundred twelve 1024 No limit is defined
The various options in a radio button input all have the same NAME. True False
The CHECKED attribute is used to: Pre-select a certain question Pre-select a certain option within an input Indicate that the HTML has been checked and verified Create a small graphical "check" mark Request that the page be reviewed ("checked") by someone else
Which of the following is an invalid tag? <INPUT type="radio" name="q1" value="37C"> <INPUT type="radio" value="red" name="color"> <INPUT type="checkbox" value="b5" name="tvshow"> <INPUT type="checkbox" name="plane" checked> <INPUT value="none" checked name="anything wrong" type="radio">
Quiz system FAQ