Build a Cat Photo App - Step 6

Tell us what’s happening:

HOW TO SOLVE THIS: The opening p tag should have indentation that matches your h2 and comment elements. Its opening tag should start 6 spaces over from the start of the line.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

    <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

    </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/145.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 6

Does your p element align with your h2 element?

HI Buddy See over here how all the code lines does start from the same point in the given instructions.

<main>
  <h1>Most important content of the document</h1>
  <p>Some more important content...</p>
</main>

Here same like this you need to follow the same things this is known as indentation we do always need to maintain our code in order to make it more and more impactful.

Hope You Understand.

`move the p tag two spaces forward pass test thanks, if not then let me know and i will help if i can thanks Ian.`

this topic has been inactive for more than a week, please focus on more recent topics