Bug in lession of FreeCodeCamp

We have in https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/wrap-content-in-the-article-element/

I did the challenge successful, I don’t have any div tags in my code but it always says: “Your code should not have any div tags.”. Plase fix it

If you could post your code we will be in better position to help you.

1 Like
<h1>Deep Thoughts with Master Camper Cat</h1>
<main>
  <article>
    <h2>The Garfield Files: Lasagna as Training Fuel?</h2>
    <p>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...</p>
  </article>

  <img src="samuraiSwords.jpeg" alt="">

  <article>
    <h2>Defeating your Foe: the Red Dot is Ours!</h2>
    <p>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...</p>
  </article>

  <img src="samuraiSwords.jpeg" alt="">

  <article>
    <h2>Is Chuck Norris a Cat Person?</h2>
    <p>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?...</p>
  </article>
</main>

There are no div tag but I still get “X” sign
1

Your code passes all the tests for me.
Fcc works best with the chrome browser.
So, try using chrome if you aren’t already.

I’m using firefox maybe use chrome again