<div class="radio">
<label for="male">Male
<input id="male" type="radio" name="male" value="male">
</label>
<label for="female">Female
<input id="female" type="radio" name="female" value="female">
</label>
<label for="other">Other
<input id="other" type="radio" name="other" value="other">
</label>
</div>
i keep getting this error
13. Inside the form element, I can select a field from one or more groups of radio buttons. Each group should be grouped using the name attribute.