Tell us what’s happening:
Describe your issue in detail here.
Could somwone tell me what to do?
Im a german bewbie and just tried coding wirh freecodecamp 2 hours ago . Im trying to delete the ancor after the p element but fcc tells me I shouldnt make any previous changes could some help thanks
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery</p
href="https://freecatphotoapp.com">cat photos</a> in our gallery</p>
<!-- TODO: delete the whole anchor<a href="https://freecatphotoapp.com">link to cat pictures</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 mobile information:
SM-S901B - Android 13 - Android SDK 33
Challenge: Learn HTML by Building a Cat Photo App - Step 13
Link to the challenge: