Learn HTML by Building a Cat Photo App - Step 50

I can’t nest the Indoor and Outdoor radio buttons within a fieldset element. I failed by saying “Your fieldset element should have an opening tag. Opening tags have the following syntax: .” so I tried added ---- but it was failed with the same comment. Please would someone teach me how to nest the Indoor and Outdoor radio buttons within a fieldset element?

 <h2>Cat Form</h2>        
        <form action="https://freecatphotoapp.com/submit-cat-photo">
         <form>
         <fieldest>      
         <label><input id="indoor" type="radio" name="indoor-outdoor" value="indoor"> Indoor</label>
         </fieldest>
         <fieldest>
          <label><input id="outdoor" type="radio" name="indoor-outdoor" value="outdoor"> Outdoor</label>
          </fieldest>
          </Form>

we can help you for sure.

You can click the Help button to open a topic here with your code and a link to the step, or you can also search the forum for other people’s questions about “Learn HTML By Building a Cat Photo App - Step 50” and when you do that and read through some of these topics, you can also get ideas about how to fix your own code as well.

Note that the Help button will only appear if you unsuccessfully attempt to click the Check button three times.

1 Like

I did tried to see the forum and searched Building a Cat Photo App - Step 50 but I didn’t get the right things to solve.

no problem. Just click the Help button to open a post with your code. It will create a template that you can fill out with your question etc.

Welcome to the forum @maki

You have a typo, the second e is in the wrong spot.

I edited your post so the code formats correctly on the forum.

Happy coding

1 Like

Hey Buddy can you check this part too, as kinldy do change this spelling too.

</Form>

Hope You Understand.

Thank you very much. It was such a careless mistake :sweat_smile:

1 Like