I don't understand it's task, need help

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>
  &nbsp;
  &nbsp;
  <!-- TODO: Add link to cat photos -->
  <p>Click here to view more cat photos.</p>
  </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: Step 6

Link to the challenge:

Hey, lets look at the code provided:

    <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    </main>

You see the three lines between <main> and </main>?
Well, just add two spaces at the beginning of each.

1 Like

Thx so much! finally passed this task. Lol… I was wondering why it shows me an example of

    , so this task was just to make the code more easily readable by the programmer, it has nothing to do with the preview

    1 Like

    Exactly! The view will not change at all, but this is very important to programmers to getting used to indentation to make the code easy to read.

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