Tell us what’s happening:
Describe your issue in detail here.
Getting this error
“Both radio buttons should have a name
attribute. Check that there is a space after the opening tag’s name and/or there are spaces before all attribute names.”
**Your code so far**
<label><input id="indoor" type="radio"> <input name="indoor-outdoor">Indoor</label>
<label><input id="outdoor" type="radio"> <input name="indoor-outdoor">Outdoor</label>