Tell us what’s happening:
So the instructions say"it should be only one “cute cats” in your phrase, but it also said that "the p element should be ‘Everyone love cute cats online’ " so how do I pass this step?
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p><a href= "https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a>Everyone loves cute cats online!</p>
<p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</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 mobile information:
CPH2529 - Android 15 - Android SDK 35
Challenge: Learn HTML by Building a Cat Photo App - Step 14
in the last few steps you created this, you can use this as an example. Note that the p element has the text See more cat photos in our gallery. and the text cat photos links to an url
I still don’t get it how it kept saying " it should be only one ‘cute cats’ phrase in your code" meanwhile it kept saying that I cannot change the text in p element