Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.

Your comment should contain the text TODO: Add link to cat photos. hpw will i go about it

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  <p>Click here to view more cat photos.</p>
<!--TODO: Add link to cat photos.-->    
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.77

Challenge: Learn HTML by Building a Cat Photo App - Step 4

Link to the challenge:

you need to add the comment above the paragraph element

how please

<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
<!--TODO: Add link to cat photos.-->    
  <p>Click here to view more cat photos.</p>

please is it something like this

yes something like that


I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

1 Like

i tried it but it didnt still work ooo

Double check your punctuation. You must use the exact comment provided.

Maybe at your comment you can delete the bullet at the end of your comment content.
And put your comment before you <p>

Does it work? . . . . . . .

Please don’t spam posts. Repeating what others have already said can become overwhelming instead of helpful. Thanks

but it doesnt work ?

Hello there @WildanJR09 , welcome to the freeCodeCamo forum

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.