Hello
can some help me please i’m stuck .
“give your radio buttons the name attribute of indoor-outdoor”
i don’t understand it and I don’t know where to place it .
Hello
can some help me please i’m stuck .
“give your radio buttons the name attribute of indoor-outdoor”
i don’t understand it and I don’t know where to place it .
Please copy-paste your code into a post as well as a link to the challenge you are working on. Screenshots can be very hard to read. Thanks!
code :
Click here to view more cat photos.
Things cats love:
<li>cat nip</li>
<li>laser pointers</li>
<li>lasagna</li>
Top 3 things cats hate:
<li>flea treatment</li>
<li>thunder</li>
<li>other cats</li>
<input type="text" placeholder="cat photo URL" required>
<button type="submit">Submit</button>
<label>
<input type="radio"name=“indoor-outdoor”>indoor
</label>
<label>
<input type="radio"name=“indoor-outdoor”>outdoor
</label>
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.