I need help understanding how to complete step 12 of the HTML project

Tell us what’s happening:
Describe your issue in detail here.

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 in our gallery</a>.</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 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0

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

Link to the challenge:

how can u show me i try that way it did not work

I can not give you the code.

You can show your new code here

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 (').

1 Like

Your anchor tags should enclose only the words ‘cat photos’. Move the closing anchor tag to the end of the word ‘photos’.

You might also have a stray space before the word ‘cat’ too. Try to keep this code all on one line, so that you can see where all of the spaces in the text are.

HI @mohamed15 !

I created a new topic for you.

In the future, it is best to create your own post when you need help instead of posting in another thread.

Thanks for understanding :+1:

1 Like

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