i cant solve it pleas 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>  
       <!-- 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 6.1; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0

Challenge: Step 6

Link to the challenge:

Hello, just look at the example given

You’ve got two issues here:

  • You added three spaces to the three child elements instead of two. So you’ve pushed them over one space too far.
  • You’ve made changes to the HTML that you weren’t asked to make and this will cause you to fail.

I would suggest that you restart the step to get the original formatting back because formatting for this step is extremely important and you won’t pass unless it is exactly correct. The only thing you want to do is use your space bar to add two more spaces before the opening tag for each of the three child elements of main. That’s it. If you do anything else but this then you will probably not pass this step.

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