Learn HTML by Building a Cat Photo App - Step 6

** I am not able to frame code in step 6**

I am trying to set a code for step 6 but I am not able to understand how to do that and also I do not understand the hint given below, I tried to follow the instruction as given but I am unable to frame the code.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
  <h2> This 'h2' element indented </h2>
  <h2>Cat Photos</h2>
  <li> This '<!-- TODO: Add link to cat photos -->' is also indented </li>
  <!-- TODO: Add link to cat photos -->
  <p> This 'p' element is also indented </p>
  <p>Click here to view more cat photos.</p>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15

Challenge: Learn HTML by Building a Cat Photo App - Step 6

Link to the challenge:

me too, I am confused about this. Have you get the answer of this test? If you don’t mind can you tell me?

I think I have not received any response for the answer yet, once I receive I will surely tell you

thanks a lot for your kindness. never give up to learning. I will try to searching the answer on youtube :joy:

Your welcome :smile: and also if you get the answer will you please help me, also I will try to find the solution. :smile:

hey I found it after my friend said that I’m so stupid :rofl:
all u do just give 2 spaces only in front of h2 , comment, and p elements
that’s it :laughing:

Oo god :exploding_head: I get it thanks a lot :joy:

1 Like

i still dont get it can you ddescribe it more

in hint they are saying : "
Your comment should be below the h2 element and start 6 spaces over from the start of the line."

what do over from the start of the line means

Hello!
In order to indent the line you can just simply use tab, or 2 spaces.
It should look something like this
Mod Edit: SOLUTION REMOVED

The start of the line is the absolute left it can go for example

Start of line
  One indent from the line
1 Like

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

1 Like

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