Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

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.