Help me in step 13

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

  **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 href="https://freecatphotoapp.com"> cat photos</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 (Linux; Android 7.1.1; Lenovo TB-8504X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36

Challenge: Step 13

Link to the challenge:

Hello @fikirchalachew4 ,

<a> </a> → These are your anchor tags. First one is opening and the second one is closing tag.

<a href = “”> → href is an attribute that you can apply to anchor tags and there are many other attributes for other elements in the HTML.

There is another HTML attribute that we can apply to anchor tags.

This step wants you to add one more attribute to your anchor tag.

Example:

<a attribute1 = "" attribute2 = ""> </a>

Hope that works. Good luck.

2 Likes

It works! Thank you so much!

1 Like

So sorry but even aftwr reading this i am stil confused. I literally started today so im a complete noob

2 Likes

Hello @Mrdavid397 ,

It is very normal that you don’t understand. Keep putting in the hours and don’t give up. Never forget that "If someone in the world can do it. You can do it. "

3 Likes

i dont understand. i feel like i understand your response but apparently i dont because i still can not get it. no clue how many ways i’ve tried it now and its not working. do you have any other tips?

Hi!
If you need help with a coding lesson and you’ve looked online and checked the forums for answers, please click the ‘new topic’ button on this website or ‘ask for help’ button on the coding lesson.

It is much easier to help if you open a new topic.

if you’re still stuck, read this thread instead. it helped me…

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