Learn HTML by Building a Cat Photo App - Step 4

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: Add link to cat photos -->
    



<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

this should be TODO and should be above the p element

Hello.Its not working though

You need to add TODO text there, instead of p.
@afaq1asif

I tried but its just saying its wron.Could you show it

please show your code

Post your modified code here, copy your all code and paste it here within three Back ticks ``` on a separate line before and after your code.

My code is :<!--TODO: Add link to cat photos:-->
What is the right code.

you have a colon (:) at the end of the comment that should not be there, remove it

I’ve edited your code 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 (').

Remove the colon : in the end of comment text

Thats the one that you are asking?

 <!--TODO: Add link to cat photos:-->.

Remove colon : in the end of comment text. Make sure don’t change anything else

please format your code correctly, otherwise we can’t read it. I have edited again your post.

its not working can you just send the whole thing once.

We are not provide full code solution, you need to solve your problem with the hints yourself.

<!--TODO: Add link to cat photos:-->.

You need to remove colon : in the end of comment text and dot . After angled> bracket

I tried this but it is not working this the code I tried this time.

You need to paste your code here within three ``` back ticks in a separate line, before and after your code.

Ok here it is:
<!--TODO: Add link to cat photos-->
<p>...</p>