Cant Pass Nest an Anchor Element within a Paragraph Test

Tell us what’s happening:
I seem to be doing everything properly but the test is saying " Your

element should have the text View more (with a space after it).

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<p> 
veiw more  <a href="https://www.freecatphotoapp.com" target="_blank"> cat photos</a> 
</p>

<img src="https://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36.

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

veiw more  <a ...

You have a spelling error there. When I fix that, the code passes.

so embarrasing, thank you though!

Get used to it. A good part of every developer’s day is pounding their head against the desk for stupid mistakes. You get better at finding them and they get more subtle, but they never go away. And sometimes you need another set of eyes to look and see what you couldn’t.

3 Likes

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