Learn HTML by Building a Cat Photo App - Step 6 - hKzgaxA2x2FbFer8ylUZB

Tell us what’s happening:
Describe your issue in detail here.
i didn’t understand what to do :frowning:

  **Your code so far**

 <html>
<body>
  <h1> CatPhotoApp </h1><br>

  <main>
  <h2>Cat Photos</h2>

  <!-- TODO: Add link to cat photos --><br>

  <p>Click here to view more cat photos.</p><br>
  </main>
    </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: Learn HTML by Building a Cat Photo App - Step 6

Link to the challenge:

Hi there,
do not worry.
you added two more lines between.
Now delete them. We should add the two spaces at the beginning of each line.
The question is about readability of htlm. if you set the three lines ( h2, comment, p ) to the right, there will be more space on the left. the whole block will be more visible afterwards.

1 Like

get it , thank u :heart:
,

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