Issue with code

Tell us what’s happening:

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<p>Veiw More  
<a href="https://freecatphotoapp.com" target="_blank">cat photos</a>
</p>
<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>Kitty ipsum dolor sit amet, shed <ahref="https://freecatphotoapp.com">everywhere</a> 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>

Idk what I did wrong it seems fine. can someone tell me what I’m doing wrong

  **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: Nest an Anchor Element within a Paragraph

Link to the challenge:

Hiya,
the challenge is asking for a paragraph to be placed over the anchor element, where the paragraph says “View More”.

no space between the opening tag in <a and href prolly is the issue, you’ll just need to put space <a href …
hope this helps !

@emmarocks0616, your code is always better than a screenshot.

Look at the failing error message…

“Veiw more” != “View more”

I tried it, I don’t think it worked.

image.png

Whoops my bad

No problem

So i added space, i still got the same error. then I proceeded to remove the space, and still got an error.

Maybe I’m missing something

Find the error, does that look right:

Veiw More

Hope that helps :love_you_gesture:

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