What am I missing with this? I have read and researched this issue. I tried a few ways from the suggestions of the forum, but I am still not sure if it is spacing in the code or if I have things turned around.
Hi there! The code you posted is correct. You may have issue in other part of your code. Use Help button to create a topic to the challenge step. And include all your code in it.
you have the wrong url, the given image url is slightly different, you may want to copy and paste it. It’s impostant you give the step link or use the HELP button to create a post so to give all the infos to who’s helping you
@hasanzaib1389 please be caregul to not give wrong information
I am not able to move pass step 14 even after checking and rechecking the code I am still not able to move pass this step. Could there be an issue with the rest of my code?
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<!-- User Editable Region -->
<p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculm/cat-photo-app/runningcats.jpg">cute cats</a> online!</p>
<!-- User Editable Region -->
<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 browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.