What else do i do?

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<body>
<header>
  <h1>Deep Thoughts with Master Camper Cat</h1>
</header>
<section>
  <form>
      <legend>Sign up to receive Camper Cat's blog posts by email here!</legend>
    <label for="email">Email:</label>
    <input type="text" id="email" name="email">
    
    
    <!-- Add your code below this line -->
<fieldset>
      <legend>What level ninja are you?</legend>
      <input id="newbie" type="radio" name="levels" value="newbie">
      <label for="newbie">Newbie Kitten</label><br>
      <input id="intermediate" type="radio" name="levels" value="intermediate">
      <label for="intermediate">Developing Student</label><br>
      <input id="master" type="radio" name="levels" value="master">
      <label for="master">Master</label>
    </fieldset>
    <!-- Add your code above this line -->
    
    
    <input type="submit" name="submit" value="Submit">
  </form>
</section>
<article>
  <h2>The Garfield Files: Lasagna as Training Fuel?</h2>
  <legend>The internet is littered with varying opinions on nutritional paradigms, from catnip paleo to hairball cleanses. But let's turn our attention to an often overlooked fitness fuel, and examine the protein-carb-NOM trifecta that is lasagna...</legend>
</article>
<img src="samuraiSwords.jpeg" alt="">
<article>
  <h2>Defeating your Foe: the Red Dot is Ours!</h2>
  <legend>Felines the world over have been waging war on the most persistent of foes. This red nemesis combines both cunning stealth and lightening speed. But chin up, fellow fighters, our time for victory may soon be near...</legend>
</article>
<img src="samuraiSwords.jpeg" alt="">
<article>
  <h2>Is Chuck Norris a Cat Person?</h2>
  <legend>Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...</legend>
</article>
<footer>&copy; 2016 Camper Cat</footer>
</body>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Wrap Radio Buttons in a fieldset Element for Better Accessibility

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

it says this:
Your code should have a

** **legend** **

tag around the text asking what level ninja a user is. Your code should no longer have a

** **p** **

tag around the text asking what level ninja a user is.
and i dont understand what to do

try resetting your code and do that change again, I can’t seem to find what’s wrong

its still the same :confused:

if I reset the code and change carefully only the required it passes

what’s your code now?

be careful on the comments

i still dont get it i reset is and it redid it all over again and its not working :confused:

make sure to make edits only between the comments

if you need more help please post the last version of your code

Hi @nicochachava

Your answer is correct. It works for me.
Just go to another step and back to this one later and paste your solution.
Happy coding! and don’t forget take breaks too :wink:

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