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 https:/freecatphotosapp.com.</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:
if you reset your lesson you should see this code:
<p>Click here to view more cat photos.</p>
<a href="https://freecatphotoapp.com">cat photos</a>
copy the a element under the p element then replace the words cat photos in the p element with the a element then remove the a element that is under the p elemet
AKG
August 17, 2022, 12:48pm
3
HI please look at the line you wrote your link and check if it meets the given instruction or not. you have to remove the one below p element
oh sorry are you talking to me?
AKG:
varnika1
ok, to display a use add a at logo before the name like:
@ then @varnika1
Click here to view morecat photos
AKG
August 18, 2022, 6:11am
8
That’s good but you can edit your post and add a space between “more” and “cat” .
ok thanks but im still not out of the matter
system
Closed
February 16, 2023, 7:03pm
10
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.