Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- User Editable Region -->
<p>See more cat photos in our gallery.</p>
<p> Click On this photos. </p>
<!-- TODO: ADD link to cat photos -->
<!-- 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/113.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 4
Your code does not pass the challenge. Look at the directions, and what its asking you to do
" Add a comment above the p element with this text:
TODO: Add link to cat photos"
Now here is your code
Your comment is not above the paragraph element. You also added the text “Click on this photos.” That was no where in the directions, and needs to be removed