Tell us what’s happening:
Describe your issue in detail here.
I need help with step 12
**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 <a https://freecatphotoapp.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 10; SM-G960F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Mobile Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 12
Link to the challenge:
Hello there.
Do you have a question?
If so, please edit your post to include it in the Tell us what’s happening section.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more information you give us, the more likely we are to be able to help.
I need help with step 12 i don’t know what I’m doing wrong
What specifically about the instructions or hints is confusing you?
It says your code should only contain an anchor (a) element .remove any anchor a elements .I don’t understand what it means
This anchor element has bad syntax, which is causing confusing output.
I would look back at the anchor element you completed on Step 11. That entire anchor element should go where you have that partial anchor element.
system
Closed
7
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.