Learn HTML by Building a Cat Photo App - Step 10

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 -->
      <p>Click here to view more cat photos.</p>
      <img src="https://cdn.freecodecamp.org/curriculum/<a href =cat-photo-app/relaxing-cat.jpg"></a> 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; rv:106.0) Gecko/20100101 Firefox/106.0

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

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

i dont know how to anchor my page to another page

i need a solution to proceed to step 11

there is an example given to you in the exercise:

<a href='https://freecodecamp.org'></a> 

You can use this code on a new line all by itself but first click the Restart Step button to reset the code as you have made some incorrect changes that should be erased.

please can you show me the exact line i should add to

Click Restart first.
Then go below the line that has the paragraph and make a blank line

Then copy and paste the sample code there

Then modify the href value so that it equals the website address the exercise asked you to use

And that is it.

If you are still stuck, please share your new code here.

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