Help me to solve catphotoapp step 6 in html

Hi @tharindufernando !

Welcome to the forum!

This lesson wants you to indent your h2, comment and p elements two spaces to the right.

For example,

<div>
  <p>Example 1</p>
  <p>Example 2</p>
  <p>Example 3</p>
</div>

You see how the p tags are indented two spaces to the right?

Same concept applies to this challenge.
Reset the challenge and try again.

Hope that helps!

2 Likes