I Need Help with Step 6

Tell us what’s happening
I am having trouble coding activity 6. Please help!

  **Your code so far**
<html>
<body>
      <h1>CatPhotoApp</h1>
<main>
      <h2>Cat Photos</h2>
  <!-- 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 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0

Challenge: Step 6

Link to the challenge:

1 Like

You’ll want to restart the step to get the original formatting back since formatting is extremely important for this step. You do not want to make changes to any lines other than the three child elements in main. Use your space bar to add two extra spaces in front of the opening tag for each child so they are indented two spaces in from main.

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