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