Tell us what’s happening:
Describe your issue in detail here.
Hello all, i tried looking at the previous posts to this code but i am still stuck.
i put <a href=“https://freecatphotoapp.com” at the end as you can see but when i go to close it with its says something along the lines of having to many opening a tags?
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more <a target="_blank" 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."> <a href="https://freecatphotoapp.com"
</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/106.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 15
the square brackets were automatically populated by the computer, i didnt add them. is there any link i can have to help me with this code so i can get past this problem?
this answer helped a lot! was stuck on this step for a good 10mins, figured out the correct placement of the opening and closing tags eventually after reading your comment