Tell us what’s happening: and how to write properly
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 cat photos.</p>
<a href="https://freecatphotoapp.com"
<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/103.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 12
Link to the challenge:
Hey! Others would have a much easier time helping you if you add a brief description of the problem you’re facing.
As for this particular problem, it looks like you’re missing the closing a tag. As a refresher, paired tags in HTML are suppose to be in the form of:
//open tag //closing tag
| |
<a> My Awesome link </a>
Hope this helps!
hey man appreciate what you did, but my problem is IDK where to do with this step saying " turn the cat photos into a link" wich is i really don’t know where to put and what line>
if you nest or put anything inside of an anchor tag, they become a link.
hey man i’ve tried this "
Click here to view more <a href=“cat photos.”
"
yet, it doesn’t work.
as i said, your syntax is wrong, you need to add the element inside of the opening and closing tags.
you don’t have a closinng tag and you haven’t ended the opening tag properly.
system
Closed
January 27, 2023, 7:41pm
#7
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.