Learn HTML by Building a Cat Photo App - Step 6

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <section>
  <p>Click here to view more cat photos.
        </section>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; 21061119DG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

Here :arrow_double_up:

You must close the <p> tag.

Also, you must add two whitespaces before the <p> tag.

I’m not sure why you added a section element to the code. The instructions did not ask you to do that. Only do exactly what the instructions ask. Adding anything else will usually cause the tests to fail.

I would restart the step to get the default HTML back and then only do the one thing the instructions ask you to do:

“Use the space bar on your keyboard to add two more spaces in front of the p element”

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