Build a Cat Photo App - Step 4

Tell us what’s happening:

I’m have mistake I don’t know what please help If you help me thanks

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>

<!-- User Editable Region -->

<p> "TODO: Add link to cat photos</p>    

<!-- User Editable Region -->

    <p>Everyone loves cute cats online!</p>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 4

are you asked to add quote symbol?

Hi Buddy, See here this is the p tag written text given below :slight_smile:

<p>Everyone loves cute cats online!</p>

Here this is the comment line which you need to add before the p tag

TODO: Add link to cat photos

And here you can see how we can do add the comment line by following this method you need to add the suggested comment line accordingly.

<!-- TODO: Remove h1 -->

Hope You Understand !!

Tell us what’s happening:

Please helpppppppppppppppppppppppppppppppppppppppp

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

<p> " Cat Photos</p>



<!-- User Editable Region -->

    <p>Everyone loves cute cats online!</p>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 4

Please don’t create a duplicate topic for the same challenge step. I’ve merged you latest post into this thread.

please make sure you add the given text without extra symbols, you still have an extra quote. You need to put back also the requested text