I need help ,im just a beginner

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 (Linux; Android 10; SM-G960F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.61 Mobile Safari/537.36

Challenge: Step 6

Link to the challenge:

Your h2 element should be below the main element’s opening tag and its opening tag should start 6 spaces over from the start of the line.

I would suggest you to click on restart step and select the h2, the comment and the p, and then type the tab key and submit the code.

I am still unable to pass

Can you give your current code?

I dont know if you could explain the step for me,its html step6 btw

This is a simple challenge .

  1. But first I need you to click the Restart Step, then
  2. Add two spaces before the h2
  3. Add two spaces before comment
  4. Add two spaces before p element

If you follow this you should be able to pass.

1 Like

What you have done:

    <  h2>....
    <  p>....

But I asked you to put the spaces before the element’s opening tag not like what you have done.

  1. First click the Restart Step, then
  2. Add two spaces before the <h2>
  3. Add two spaces before <!-- comment-->
  4. Add two spaces before <p>

Thank you sir ,I just passed.
I’ll definetly need your help through my journey

1 Like

Thanks I understand now

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