Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
please, help me check the error
Your code so far

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

<!-- User Editable Region -->

      <p><a href="https://freecatphotoapp.com">  cat photos </a> see more cat photos 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/114.0.0.0 Safari/537.36

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

Link to the challenge:

you have done it right but you need to add a link in the middle of the paragraph. if you look and read step closely you will find the mistake.

please, it is not working.

you need to add a link after the (see more ) text and before the (in our gallery).

is like this?

see more cat <a href=“https://freecatphotoapp.com” photos in our galley

[quote=“Giftty, post:5, topic:620951”]

see more cat <a href=“https://freecatphotoapp.com” photos in our galley

Mod edit: removed code

after the p tag (see more text) then add link < a href=“…”> (cat photos text) in here …closing a tag… then the rest of the paragraph and the p closing tag.
Reset it and do it again…

Please dont try to give the solutions to challenges. The reason your code did not display?is because it was not formatted properly

Thanks

1 Like

Sorry about that. Will keep that in my mind. Cheers.

ok brother, let me try again
thank youu

i have tried it but it didnt work

could you show me your latest code please?

see more (a tag)="(the link)"> cat photos (close a tag) in our gallery

see more (a tag)=“(the link)”> cat photos (close a tag) in our gallery
you need to wrap this by p tag.

that was exactly what i did

(p tag) see more (a tag)=“(the link)”> cat photos (close a tag) in our gallery (close p tag)

please are you on WhatsApp or Instagram or any media that i can share the code for you to see?

1 Like

You need to use the format button that looks like </> and paste your code in between the lines for it to show on the forum

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

This is not your topic. If you have questions then ask on your topic. Do not use another users topic

Everyone has one so it should be there