Hey!
So i was doing the taskst of the HTML course until i got stuck here. I checked the forum and some Youtube videos and it appears to that the Task might be bugged.
The task says:
Add a legend element with the text Is your cat an indoor or outdoor cat? above both of the radio buttons.
In my world i did what they wanted and i also found a video where someone did it exactly like me and it was correct. Am i missing something?
okay then, try resetting the code by pressing reset button below “Check Your Code” and add Legend above <label><input id="indoor" type="radio" name="indoor-outdoor" value="indoor"> Indoor</label> . you can add legend element like this<legend>Your Text</legend>