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> TODO: Add link to cat photos</p>
    <p> TODO: Add link to cat photos</p>
    <p>TODO: Add link to cat photos
      <!--TODO: Add link to 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/104.0.5112.102 Safari/537.36 OPR/90.0.4480.117

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

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

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

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
   <!-- TODO: Add link to cat photos -->
    <p>TODO: Add link to 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/104.0.5112.102 Safari/537.36 OPR/90.0.4480.117

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

Link to the challenge:

Try to click on the restart step button.
Then only add new code, do not delete any of the code shown to you.

I did not work i don’t know why

Please copy the new code here for review

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>TODO: Add link to 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/105.0.0.0 Safari/537.36 OPR/91.0.4516.72

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

Link to the challenge:

Please actually fill this out

You added the comment correctly but you modified the paragraph element also.

Please restart this step and this time do not modify the paragraph. Just add your comment below it.

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