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>
  <p>Click here to view more <! -- TODO : Add link to cat photos <p> -->

</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15

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

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

Hi Jeremy,
Yes I am not able to complete the step 4 code in cat project can anyone help me?

Can you be more specific? The more you can say about what part has you stuck, the more we can help.

The comment should be above the p element.

 <!-- some comment -->
 <p>Some text</p>

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