Your new fieldset element should be below the existing fieldset element. You have them in the wrong order

<fieldset>
            <legend>Is your cat an indoor or outdoor cat?</legend>
            <label><input id="indoor" type="radio" name="indoor-outdoor" value="indoor"> Indoor</label>
            <label><input id="outdoor" type="radio" name="indoor-outdoor" value="outdoor"> Outdoor</label>
          </fieldset>
          <fieldset>
            <legend>Is your cat an indoor or outdoor cat?</legend>
            <label><input id="indoor" type="radio" name="indoor-outdoor" value="indoor"> Indoor</label>
            <label><input id="outdoor" type="radio" name="indoor-outdoor" value="outdoor"> Outdoor</label>
          </fieldset>

Please try and help me solve this i can’t pass the bug

Please post a link to the challenge and a description of how you are stuck… Thanks

I have done that already

I don’t see that in your post.

Please post the link so we can help you out :slight_smile:

Please don’t be offended how does the link look like

We need the link to the current challenge you are working on.

Please copy and paste the link you find at the top of your browser here

The link should have the name of the challenge in it.

Without that link, we don’t know what you are working on

I’m a newbie, did you see the link

The issue is here

The challenge only wants you to add the fieldset tags.
Not an additional legend, label and input tags.

Reset the lesson and only add the fieldset tags

1 Like

Oh that’s nice, it worked, thanks for your assistance

1 Like

please i’m having another challenges,

Please create a new topic for your question.
Thanks!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.