Need help with Learn Applied Accessibility: Wrap content in the article element

Tell us what’s happening:

This challenge is asking me to delete the div tag that wraps around the first p tag so that there are no div tags in the code. I did that and have checked my code again and again and have not seen any other div tags. It is still not accepting my code. I have even cleared the cache on my browser. What am I doing wrong?

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 lightning 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 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Safari/537.36.

Challenge: Wrap Content in the article Element

Link to the challenge:

Your code passes for me. You can try resetting the code and doing it again.

Also, turn off any extensions that you may have running in your browser. Script blockers ad blockers, and theme extensions can all interfere with freeCodeCamp running correctly.

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