There is some thing wrong with the website

Tell us what’s happening:

I don’t know why the running test keeps telling me “Your code should not have any div tag”.
So i can not move to the next challenge.

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 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0.

Challenge: Wrap Content in the article Element

Link to the challenge:

Your code works fine for me. I see that you are using Firefox. You can try using a different browser, because Firefox have been having a lot of issues with the challenges. Chrome is by far the official supported browser by FCC.

1 Like

Passes for me on Linux + Firefox 76.0

1 Like

Thanks a lot. I now use Chrome browser.

1 Like

Hello there,

The most likely cause of your issue is a browser extension that has access to freeCodeCamp.org. I suggest you disable all browser extensions.

Thanks @Catalactics. I just known that you’l get 1 point when i do this. Sorry for late.