Menu
×
×
Correct!
Exercise:Add 2 radio buttons to the form. One for "male", and one for "female", both with name="gender". Hint: Add 2 <input> elements. Set type, name, and value attributes. |
Edit This Code:
Result:
|
Correct Code:
Result:
|