Learned applied accessibility code help

Tell us what’s happening:
I seem to have done everything asked for yet it will not pass me

Your code so far


<body>
<header>
  <h1>Deep Thoughts with Master Camper Cat</h1>
</header>
<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. Click here for <a href="">information about batteries .</a> </p>
</article>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0.

Challenge: Give Links Meaning by Using Descriptive Link Text

Link to the challenge:

Hello!

The tests are really strict sometimes :stuck_out_tongue:. In this case you included . (a space followed by a dot) inside the tags, which causes the test to fail.

Thank you. That solved it

1 Like