Help with anchoring a link

So I am not sure how to complete this. Maybe someone could show me what to do so I can understand later on.

  **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">cat photos</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 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/217.0.454508427 Mobile/15E148 Safari/604.1

Challenge: Step 12

Link to the challenge:

1 Like

Hi @joshhill211

You always can read about elements syntax (or other stuff involve) here or in mdn web docs:

[HTML Reference](https://HTML elements reference)
[CSS Selectors Reference](https://CSS selectors reference)

<p>I am some paragraph text and <a>I am a link inside that paragraph</a></p>

It is more important you understand what are you doing than solving it. Read carefully instructions and code and check out those sites for farther information.
I hope that helps you. Happy coding!

Thanks for the help I will check into it for sure. I hope I can understand it so I can build up on for more complex sessions.

1 Like

Hi again @joshhill211

You will get it, give you time and dont be to hard with yourself. Baby steps. Try to understand the basics and you will fly after.
Some people you might like to follow in youtube, web or twitter: Jen Simmons, Rachel Andrew, Kevin Powell, Chris Coyier (CSS-Tricks) and Wes Bos.
Kevin Powell and Wes Bos have some courses for free about HTML, Responsive Design, Flexbox and Grid. Check it out. But step by step.
Happy coding! :muscle:

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