Learn HTML by Building a Cat Photo App - Step 12

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 -->

<!-- User Editable Region -->

      
      <p>see more <a href = 'https://freecatphotoapp.com'</a>cat photosin our gallery </p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>

<!-- 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

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

Link to the challenge:

Hello @Venky-27,
The next time, please try to explain you issue before opening a new subject. It shows that you tried to understand what’s happening, and most of the time it solves most of the problem.
Here, I see that your anchor syntax is not good. Look at the next line how it is made. Maybe try to go back to the step 11 if it is still not clear.
Remember that every symbol matters when you write code. If you forget some of them, it may break your code.
Tell us if you find the solution or if you still need more help ! :slight_smile:
Have a nice day coding :wink:

2 Likes

In addition to the excellent advice provided by @0wis, when you have attempted a step three times without success, the following appears.

image

By using the Help, you are able to submit your code through < /> preformatted, and your questions at the same time.

As @0wis stated this allows the community to see you tried the step, and allows for the code to be viewed to assist you once you state your question.

Happy coding! :slight_smile:

1 Like

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