Menu
×
×
Correct!
Exercise:In the form below, add two radio buttons, both with the name "gender".
<form>
<@(32) value="male"> Male <@(32) value="female"> Female </form>
<form>
<input type="radio" name="gender" value="male"> Male <input type="radio" name="gender" value="female"> Female </form>
<form>
<input type='radio' name='gender' value="male"> Male <input type='radio' name='gender' value="female"> Female </form>
<form>
<input name="gender" type="radio" value="male"> Male <input name="gender" type="radio" value="female"> Female </form>
<form>
<input name='gender' type='radio' value="male"> Male <input name='gender' type='radio' value="female"> Female </form> Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 90 exercises.
Are you sure you want to continue?