Code correct but still not passing

I re-typed the code numerous times and even used the ctrl-F function to look for any remaining div tags. I even deleted my entire code and pasted the hint code to see. Still doesn’t work :frowning: :

Your code so far


<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>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36.

Challenge: Wrap Content in the article Element

Link to the challenge:

1 Like

Hey @deetshuma. When I tried copying your code and pasting it inside the challenge box, it passes all tests for me. That means your code is correct. Maybe this is a little technical problem. Do you have any chrome extensions? Try disabling it all and check again. Sometimes freeCodeCamp conflicts with some extensions.

Thanks.

1 Like

Oh wow thank you, I took off a few extensions and it worked, you saved me there, appreciated greatly! :smile: :smile:

1 Like

Glad to hear that it worked!

1 Like