HTML STEP12 can someone review what I have so far

**I tried what have now on code pen and it looks good providing the cat photos **

Now can some one verify if this is correct for step12 Html? I would like go a little faster because I know I could but this is may by far the worse expirence using the new html curriculum it throws you all over the place erases and doubles the word like latency. I would love to help out with the new version of the curriculum. So considering this as feedback. We are in it together and we must avail!

  **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><href="https://catphotos.com"></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 9; G5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36

Challenge: Step 12

Link to the challenge:

1 Like

Hi @gmwarpdrive
You did not post your answer. If you dont understand the step you could look for more info in mdn web docs or w3schools, for example.
There is not point on rushing though, at least you know all that.
Happy coding!

You’re right just that not knowing if they curriculum has flaws or is just the users wrong answer. So therefore like in GitHub code reviewer is much needed to figure out the error or errors in this case to fix either. Thank you for your time. Highly appreciated.

1 Like

Hi again @gmwarpdrive

<p>
This is text, <a>this is text inside a p element and is also a link</a>
</p>
<p>
This is another text, <img  src="workplace.jpg" alt="Workplace">the image before is also a link</a>. I hope this examples will help you to understand the anchor element syntax.
</p>

The p element is a block element (it sits in a new line, because it takes all the available space, from left to right)
and the anchor, a, element is a inline element (like a word or a white space, it sits side by side with other words and inline elements, and only takes the space that its content needs).
References:

Happy coding! :muscle: :sunglasses: :hugs:

1 Like

Thank you much for the heads up! Will follow your examples! Have a great weekend!

Your are awesome My friend! If you don’t mind I could reply to others when they also need help because I see many also having some difficulty solving so if may I will help them with your reply as forward and source. Let me know and once again thank you very much for your valuable time.

Hi @gmwarpdrive

Thank you. Of course, no problem. If my answer help them you should use it. I try to reuse it sometimes because many people has the same issues.
Happy coding! :hugs: :sunglasses: :muscle:

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