Tell us what’s happening:
Describe your issue in detail here.
Pls I need help
with the step 11 and 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 <a href="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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.77
Challenge: Learn HTML by Building a Cat Photo App - Step 12
Hi, welcome to FreeCodeCamp. I’m a little confused on what your issue is exactly due to there not being enough documentation. If you can attach a link to the exact challenge that you are having difficulties with, I may be able to assist.
An element consists of opening tags and closing tags.
A div element would look like this
<div> ... </div>
Now an anchor element is written as <a> in HTML and its job is to make another element (or text) clickable into a link.
So based on that info, do you know where is your anchor tag and see if it is missing something?
Good luck mate, if you have any problem feel free to ask anything, don’t be afraid as being a good coder needs you to be patient and identify the problems.
Is that from another step? if so please create a new thread :))) and if this step is solved please mark the question as Answered We will gladly help you on the new thread.