Tell us what’s happening:
Describe your issue in detail here.
I don’t know what’s wrong with my code, I seem to cant figure out the section element as I think I put it the element in correctly but the course says I’m doing it wrong Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<section>
<h2>Cat Photos</h2>
<p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online!</p>
</section>
<p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</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."></a>
</main>
</body>
</html>
**Challenge:** Learn HTML by Building a Cat Photo App - Step 18
**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-18
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
helo would you be so nice and help me with a code a couple of steps behind
in the sentence: Everyone loves cute cats online!
Ive typed in exactly what the person above has but its still not working
its telling that The herf attribute of the new anchor element should be: (the link)
but ive checked the link multiple times and its the same
do I need to add something extra that’s not visible?
thanks
Hi and Welcome to the FCC forum!
We would be happy to help you.
Could you please create your own topic explaining your issue with this step?
You can create a topic using the Help button on the step where you’re stuck. The Help button appears after you fail three times in the specific step.
By doing so, we can better understand your problem and help you.
Good luck!