Build a Cat Photo App - Step 6

Tell us what’s happening:

what exactly should I do I don’t get it? I tried more then 20 times and I didn’t get it.

Your code so far


<!-- User Editable Region -->

<html>
  <body>
  <main>
  <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
  <p>Everyone loves cute cats online!</p>
</main>

  </body>
</html>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 6
https://www.freecodecamp.org/learn/full-stack-developer/workshop-cat-photo-app/step-6

Hi there and welcome to the forum!

Put your cursor before the paragraph and add two spaces. All three lines of code should be indented identically

Hi Buddy, See here how these code is in wrong way.

<h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
    <p>Everyone loves cute cats online!</p>

Here you need to put the p tag as started from h2 and comment line

Hope You Understand