How do you specify that a set of radio buttons belong to the same group?
<input type="radio" ___ value="male">
id
group
Using the same value for the name attribute
name
class