Can't understand the english well, please i need help

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
        <h2>Cat Photos</h2>
        <!-- TODO: Add link to cat photos -->
        <p>Click here to view more cat photos.</p>
  </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/103.0.0.0 Safari/537.36

Challenge: Step 6

Link to the challenge:

a quick hint:
the elements within the main should start 6 spaces from the beginning of the lines.

You just added too much space there, i guess.

1 Like

Please can you give me hint, or help to solve the problem?

We start here:

image

They only want you to add two spaces before each of the elements inside of the main ( the h2 , the comment line, and the paragraph).

This gives your HTML a better readability, And should look like:
image

I know your code is more readable. But the exact spaces are required to fulfill the challenge.

1 Like

Cat Photos

Click here to view more cat photos.

This is exactly what i typed, and is not matching with their test instructions, please can you adjust the code for me, with explanations

hi there,
to your last post, this is what i get here.

the Code you entered is not the same , as we can see at the top of this articel.
You entered five or so spaces, not the required two spaces only. sry.
I can not adjust the code more than in the second image i sent you. that should pass that step of this challenge. Maybe we are not talking about the same. Just give it another try by defining your question to the exact problem.

alright
Let me resend the link

1 Like

Please is there any reference, for me to understand this assessment

Hey
I think you have used more spaces before <h2>, <!-- TODO> and <p>
So maybe reduce the spaces to zero and then use only two(2) spaces.

For reference:

Hello
..hi
....how

First line has zero spaces
Second has 2
third has 4
(dots represent spaces)

Good luck

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