Applied Accessibility - Wrap Content in the article Element - Csb_pl4OZ9lqTGEVvk9Ca

Tell us what’s happening:
Describe your issue in detail here.

I turned the div tags into article tags but the test still says error and says “there should not be any div tags in my code”, there aren’t any but the test still doesn’t run clear.
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_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Applied Accessibility - Wrap Content in the article Element

Link to the challenge:

If this is really all your HTML then it is good because it passes for me. Perhaps restart the challenge to get the original code back and try again? Sometimes things just go weird for no reason.

I did that many times! I don’t know why it’s just not working and I feel like it’s an error in their system right now or something but I don’t even know how to reach out to them! Did you try it recently and it worked for you?

I’ve actually been having this trouble with all the codes in applied accessibility that need to take off ‘div’ tags to be replaced with something else. They all aren’t running clear and telling me my code shouldn’t have any ‘div’ tags when they don’t. What can I do, please help

Try a different browser. That would be my recommendation. I believe Chrome is probably your best choice, but Firefox should be OK too. I think Safari would be your least best choice.

unfortunately im using chrome. But i’ll try safari and firefox just to be safe

i used safari this time and it worked! thanks so much! :smile:

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