@benc2650971 I think in row 38, <label><input id="outdoor" type="radio">Outdoor</label>
Try this once!
2 Likes
Assume everything in this course is case sensitive and it’ll help with issues like this one that you’ll experience regularly. Also, make sure you have spaces where they request them or you’ll also get a very vague error.
2 Likes
you should specify the attribute to the button element like this.
<button type="submit">Submit</button>
3 Likes
Thank you so much…
I really appreciated.
3 Likes