Hi i dont know how to do step 4 plz can you help me

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 cat photos.</p>
</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.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

…?


It doesn’t look like you’ve tried anything yet.

see i am donig as the command said and when i click on check your coding it is saying this Your comment should be above the p element. You have them in the wrong order. and i dont know how to do that

You have not added a comment.

i did but i erased it when it was not working and then i came for help here

If you erase it, then I can’t tell you what’s wrong with it.

What is your code with the comment element?

1 Like

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 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.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

…?

It looks like the spacing in your comment does not exactly match the required sentence

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