Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening: i am doing as the prompt says but i cannot get the code right how do i go about it ?

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> -->
  </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

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

Link to the challenge:

I think you should remove the full stop sign from the comment text.

To make this work, remove everything except the sentence that was given to you from inside the comment area.
(So no <p> for example as that was not in the sentence given to you)

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