I dont know whats wrong step 6

The instruction is the following: Add two spaces in front of the three child elements of main so your HTML is more readable with the tag <ul>

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


  </body>
</html>

the hint keep me telling this:

Your p element should be below the comment and its opening tag should start 6 spaces over from the start of the line.

i honestly think im doing what i had been asked but the code does not pass, pleas help

  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:101.0) Gecko/20100101 Firefox/101.0

Challenge: Step 6

Link to the challenge:

HI @lalongas9 !

Welcome to the forum!

I would reset the lesson.

Your task is to move the h2, p and comment tags two spaces to the right.

Hope that helps!

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

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