Im having trouble with this P code can some one help as this is driving me crazy i have done everything possible to fix this however it wont let me pass class 12. i have looked up youtube and done exactly the same and still wont pass, thanks for helping…
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<!-- User Editable Region -->
<p>Click here to view more <a href="https://freecatphotoapp.com">cat photos</a>.</p>
<!-- User Editable Region -->
<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/100.0.4896.75 Safari/537.36 Edg/100.0.1185.36
Challenge: Learn HTML by Building a Cat Photo App - Step 12
We don’t provide the final solutions to our members. That is your task.
Restart step.
In the given sentence between ‘p’ tags surround the words “cat photos” with anchor tags.
P.S.
The sentence must have the text shown in the previous post here.
i have tried all possible answer i think there is a glitch on your system this is a really turn off off this site i might go elsewhere where i can get real help
Use the </> button in your editor to format the code you want to post here, properly
In the first post I gave you the right sentence that you must have in this challenge:
<p>See more cat photos in our gallery.</p>
So, the sentence Click here to view more cat photos is not valid for this challenge, but you insist to pass the step with wrong solution.
4. Be patient and follow the instructions provided to you here.
5. Please do not create duplicate topics for the same challenge/project question(s). The previous duplicate topics have been unlisted.