Learn HTML by Building a Cat Photo App - Step 12

I’m stuck in this particular step of adding the anchor element to the p element.

  <p>See more <a href="https://freecatphotoapp.com">cat photos. </a>in our gallery.</p>

There shouldnt be a “.” after “cat photos”.

pls check closely I didn’t add any inverted commas to cat photos

But there is a dot. And there shouldnt be one.

let me retry without a dot this time

See more cat photos in our gallery.

I just retried it without a dot and its giving me the response of The link’s text should be cat photos. You have either omitted the text or have a typo.

Try to delete the space between “cat photos” and the anchors closing tag.

thank you I got it right now.
I had to make a space between the “<a href” and the “see more”

1 Like

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