Learn HTML by Building a Cat Photo App - Step 64

Tell us what’s happening:
Describe your issue in detail here.
My answer to Step 64 is;

No Copyright - freeCodeCamp.org

but it has refused to submit

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"> <target> _blank 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/115.0.0.0 Safari/537.36 OPR/101.0.0.0

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

Link to the challenge:

Why did you use step 14 to post about an issue in step 64? We need to see your code for step 64. Please paste it in here using the triple back tick method.

To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </> button above the editor to add the triple back ticks.

my answer to Step 64 is;

No Copyright - freeCodeCamp.org

but its refusing to submit

Also, pay special attention to the instructions in step 64:

“Turn the existing freeCodeCamp.org text into a link”

That means just the string freeCodeCamp.org should be a link. All of the text that comes before that in the p element should not be in the link.

1 Like

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