nadof
1
Tell us what’s happening:
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<a href="https://freecatphotoapp.com">cat photos</a></p>
<a href="https://freecatphotoapp.com">cat photos</a>
<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/104.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 12
Link to the challenge:
Hello there.
Please 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 information you give us, the more likely we are to be able to help.
There two anchor elements you have removed one anchor elements which is between to the paragraph elements and image element tag
not working after removing the img tag.
Take a look at the preview. What do you see?
You will be able to see:
Click here to view more cat photos.cat photos
But, You are supposed to get:
Click here to get more cat photos
Don’t you think there is a difference?
Tip: You have an extra cat photos.
before the anchor element
@Cryptic_X please help me.
Can you post your code instead of an image?
@Cryptic_X
Click here to view more cat photos.cat photos
<p>Click here to view more cat photos.<a href="https://freecatphotoapp.com">cat photos</a></p>
It looks like you have an extra cat photos.
just before the anchor element.
Delete the cat photos in paragraph tag
@pvigyan6
Thanks, A LOT Bro. I was stuck in there.
@mdferdousalam welcome bro .