How do i pass this task?

Tell us what’s happening:
"// running tests Your code should not have any

div

tags. // tests completed"

There are no div tags.

Describe your issue in detail here.

Responsive Web Design>Applied Accessibility>Wrap Content in the article Element.

I’m stuck, even tried to copy the solution into the text editor.

  **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 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15

Challenge: Wrap Content in the article Element

Link to the challenge:

Does it show any failed tests?

I just ran your code and the hint code and both passed for me.

Sometimes things just glitch. Reboot, clear the browser cache, and/or try a different browser. If that doesn’t work, then just back out and move onto the next challenge.

Sometimes things like browser settings around dark mode, font scaling, or accessibility can screw up tests.

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