Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Create two radio buttons and place them inside the form element, under the text "Favorite color".

Hint: <input type="radio" name="color" value="blue">Blue.