<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- User Editable Region -->
TODO: Add link to cat photos
<!-- See more cat photos in our gallery -->
<!-- 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/115.0.0.0 Safari/537.36 Edg/115.0.1901.203
Challenge: Learn HTML by Building a Cat Photo App - Step 4
Below this line is what we start Step 4 off with at the beginning.
< p>See more cat photos in our gallery.< /p>
And this is what the instructions tell us to do.
Add a comment above the p element with this text:
TODO: Add link to cat photos
Therefore, the comment that is showing in your post has two errors.
It is not above the < p>See more cat photos in our gallery.< /p>. It has been made into the comment.
Though the TODO: Add link to cat photos is in the correct location above the p element, it has not been made into a comment.
This could easily be fixed by removing the comment < ! - - and the - - > from their current locations to the correct locations surrounding the correct text TODO: Add link to cat photos to be the comment.