Https://www.freecodecamp.org/learn/responsive-web-design/applied-accessibility/wrap-content-in-the-article-element

Tell us what’s happening:
Describe your issue in detail here.
I don’t have any Div tags in my code and yet it says I have so I’m not sure what to do to proceed? Here is my code so far

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

Challenge: Wrap Content in the article Element

Link to the challenge:

Hi @witty ,

Try refreshing the page or clearing the browser cache

Agreeing with the other poster here. On a quick glance you did the right thing by changing the div to article. Clear your cache/cookies then log back into freeCodeCamp and attempt this challenge again.

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