Radio Buttons Lab

Easy
705
32
76.1% Acceptance

In this lab, you will create a set of radio buttons with labels inside a form. Radio buttons are used when you want the user to select one option among a group.

Initially, create three radio buttons with labels of your choice, make sure that the input elements contain the ID's option1, option2 & option3 respectively.

Then, group them under the same name and disable the third radio button. Pre-select the second radio button by default, and finally wrap the form in a div with id 'wrapper'.