Tell us what’s happening:
stuck on step four of the cat photo app. this here is my current input to generate the link for the cat photo but it still wont budge.
Your code so far
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- User Editable Region -->
<!-- TODO: href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg"-->
<p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0
Challenge Information:
Build a Cat Photo App - Step 4
read the step carefully:
Commenting allows you to leave messages without affecting the browser display. It also allows you to make code inactive. A comment in HTML starts with <!-- , contains any number of lines of text, and ends with --> .
it learn you how to comment a step or something you want to do not to comment the source of something ,
follow the example that appear to you
good luck
dhess
February 1, 2026, 11:24am
3
Welcome to the forum @paulano2145 !
Add a comment above the p element with this text:
TODO: Add link to cat photos
Your comment should contain the text asked for in the instructions.
Hi Buddy, See here this is the exact sentence you need to add in the comment line.
TODO: Add link to cat photos
Here is your code in which the href element get added by mistake.
Kindly do remove this and do add the instructed sentence which is in the instructions..
Hope You Understand…