Learn HTML by Building a Cat Photo App - Step 15

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

I need help turning this image into a link. It says surround it with necessary element tags. Ih hanging here since yesterday :frowning:

  **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 <a target="_blank" href="https://freecatphotoapp.com"src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"</a></p>
    <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_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15

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

Link to the challenge:

Here is a hint. There is a new policy for us to be able to search our problems also. Im not supposed to answer it for you. Think what elements make it a link. go search it on google. You already did it once, thats the hint. go look at the past code you did. Not trying to be a rude person, just trying to help.

Got you, thank you my friends. I don’t find you rude, everyone should take critics as lessons. Thank you. I figured it out btw.

Im so tried right now i cant even do the lesson. Hold on let me look at my own lesson i did already completed.

ok it seems complicated when your new. Check the code and read what it says. sometimes it doesnt make sense. It says to make the image a link with correct elements. So you need a anchor tag for the image it says to use for the link. do it before .

make sure there is open and close tags. think this also. if you are making the whole thing part of a anchor tag where would you put the closing a tag?

hello, you seem to be spamming this topic by posting multiple times even though the original poster has already indicated that the issue they had is resolved.
Please stop.
(i have merged your last 3 comments into one)

i was trying to help and no i was not spamming you. If you dont want teh advice thats fine. I will not help you anymore. I dont appreciate you sending me this and marking me like im the problem goodluck figuring it out. goodbye

Im sorry i was tired i didnt read that right

1 Like

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