Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
I cant get past step 12 can anyone offer assistance

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more <!--cat photos--> </p>
    <a> href="https://freecatphotoapp.com"> </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 (X11; CrOS x86_64 14909.124.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

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

Link to the challenge:

Can you be more specific about what part of the instructions or hints is confusing for you? The more you say, the easier it is for us to help.

This is not a valid anchor element

The instructions don’t ask for a new comment element

I turned cat photos into a link but my code is still wrong. Im on step 12 of responisve web design and all it keeps sayin is " you should nest a new anchor (a) element within the p element.

this is my code so far.

<p>Click here to view more <!--cat photos--> </p>
      <a href="https://freecatphotoapp.com"></a>

Please help because i dont understand what im doing wrong

I’ve edited your code for readability. 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 (').

OK, this is what I have so far but now it says the links texts should be cat photos, you have either omitted the text or have a typo

this is my code:

Click here to view more

please correct your post as your code will not show up unless you put it inside a code block (I’ve corrected one of your previous posts already and provided instructions for you so you can do the same from now on - see my previous post with a gif and a link to a post explaining the steps)

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