Create a web page that displays 10 questions that could be answered with only one answer per question. For example, what year in school are you? The answer must be one of the following: 9, 10, 11, or 12.

Provide the user a RADIO button for each possible answer. Make sure that no buttons are checked when the user loads the page. Remember that each group of RADIO buttons should all have the same name for each question.

Save your page as radioForm.html.