Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

can some on tell me what im doing wrong ive tried everything and looking it up online doesnt help

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

  <p>see more <a href='https:freecatphotoapp.com'>cat photos</a> in our gallery.</p>
  <a href="https:freecatphotoapp.com">link to cat pictures</a>

<!-- User Editable Region -->

      <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/130.0.0.0 Safari/537.36 Edg/130.0.0.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

when you write an url, you should copy it exactly as given. Here you are missing two slashes

Also reset the step, because what you need to do here is not change the url

The issue with the words to add is that you need to write “See more” with the S uppercase

1 Like

ive tried doing exactly what it wants and its still not working so i looked it up and that was what it told me to do and since his looked exactly like mine i figured that was how to do it considering he passed no issue

1 Like

but did he have the same instructions? this is a new step 12, you can’t use old guides.

If you reset the step and adds the words before and after the anchor element, using the uppercase S you will pass

so the line where u say to copy url from i didnt have in the first place i had to go back to line 7 just to delete where it previously says

everyone loves cute cats online

and had to change it to match what was in the video i was watching

his passed no problem mine wont

yeah, don’t do that, the step is different, reset the step with the RESET button and follow the instructions

also i fixed what you recommended and still nothing

did you use the Reset button?

yes
i did do that tried multiple ways

at this point i njust need the awnser so i can see where i went wrong

now you need to add “See more " and " in our gallery”. What is your code now?

it is not allowed to share solutions. If you share your code I am sure you will get the hint you need to complete the step

why is there not a anwser sheet so people can check to see what they are doing wrong
?

because copying a solution doesn’t help you learn.

Please share your code

well i didnt learn the presidents names becuase i was a president now did i ? i read them in a book point being reading a solution would teach just saying

An important skill for being a developer is problem solving, which you can’t develop if you can copy the solution.

I am happy to help you if you would share your code, this is not the place to discuss forum policies, but if you want help to finish the step it’s the perfect place.

i did re share im just saying maybe there should be a guide to walk people through to teach not everyone is good at problem solving some of us just want to game such as myself and need coding for certain games such as garys mod

Tell us what’s happening:

no idea what i am doing wrong
please help ive tried 100 things including looking it up absolutly no info

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

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

<!-- User Editable Region -->

      <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/130.0.0.0 Safari/537.36 Edg/130.0.0.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

I did not see it, can you point out where?

EDIT: I merged the two topics

you can become better at it