Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Feb 7, 2019
2 parents d0b6693 + 4b62de7 commit 233442f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>Forms</h2>
<option value="female">female</option>
<option value="male">male</option>
</select>
Your age:
<label for="age">Your age:</label>
<label><input type="radio" id="under" name="age" value="under"/> I'm under 18</label>
<label><input type="radio" id="over" name="age" value="over"/> I'm over 18</label>
<label for="food">Your favorite food:</label>
Expand Down

0 comments on commit 233442f

Please sign in to comment.