Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
can anyone please mention mistake in this code. I have tried it many times but I can’t get correct answer

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more<a href ="https://freecatphotoapp.com">cat photos</a></p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 12

Link to the challenge:

This isn’t quite the link text - there should not be a period in there

thanks for reaching me but I can’t get your point

Do you see the period (looks like .) inside of your anchor text that I quoted?

I am a newbi please told me in easy language

I don’t know how to ask if you know what a period is any simpler.

Do you know what a period is? It looks like a dot .

Do you see the period in the part of your code here:

That period (the dot) should not be there.

yes I see dot but after removing it, I am not getting result

What is your updated code?

check my updated code

It looks like you changed this opening p tag. You shouldn’t do that.

There isn’t a space between ‘more’ and ‘cat’ anymore - you need a space there. I would put it after ‘more’

Please don’t edit the first post in the conversation - that makes it hard to follow the discussion.

Okay Sir
I have given space between more and cat and I got solved my code

1 Like

Thank You very much Sir for your time

1 Like

We’re happy to help!

1 Like

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