Applied accessibility section error

Hi there, I have had trouble with this section for the past couple weeks, it’s the last thing aside from the projects that I need in order to get the certificate. I have literally copied and pasted the solution you get from the help page and it still says I have not done the challenge right. This happens for every challenge after this question as well. Any assistance would be helpful.

  **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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36.

Challenge: Wrap Content in the article Element

Link to the challenge:

what do the tests say?

(also note that you need only the projects for the certificate)

copy pasting your code into the console passes the challenge for me. Have you tried to use another browser?

ah I hadnt thought of that I’m using chrome, I’ll try with edge or opera

Thank you, I’ve not had a lot of time to code but just tried opera and its worked completely fine in that so I had to use opera to finish the accessibility section.

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