<option value="model S"> model s</option>
<option value="model S"> model s</option>
<input type="radio">
<input type="radio">
I need more information about what you need help with
Why my radio buttons and name should have value with attributes.
Your radio buttons need a name to group them together. Radio buttons with the same name are in a group.
Attributes are like type="radio"
or type="email"
. Your inputs need attributes so the website knows what the type of input should look like (text box or radio button or check box or phone number input, etc).
okay thank you for your help.
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.