Build a Cat Photo App - Step 6

Tell us what’s happening:

in the spacing task i cant understand what you instruct

Your code so far


<!-- User Editable Region -->

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


<!-- 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/142.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 6

Hi and welcome to the forum!

Nested elements should be placed two spaces further to the right of the element they are nested in. This spacing is called indentation and it is used to make HTML easier to read.

The instructions define indentation clearly and want you to indent the p element by adding two spaces to the right of it.

I suggest you reset this step and try doing that.

Good luck!