I don't understand what is wrong with this code. Test Sorry, your code does not pass. Try again. Hint Your h2 element should be below the main element's open

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/102.0.5005.63 Safari/537.36

Challenge: Step 6

Link to the challenge:

hi dear it’s easy . just add 2 spaces before h2 and 2 spaces before the comment and 2 spaces before


Cat Photos

Click here to view more cat photos.

see i did that so many times

just refresh the page and put 2 spaces before h2 and the comment and the p tag
6 spaces in the total and you will pass this step

1 Like
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more cat photos.</p>

all these lines are 6 spaces from the start line

1 Like

no put just 2 spaces from the start line

Hola @youbboumdouer te paso a explicar que el foro no deja que se den las respuestas a los trabajos , lo bueno seria que uno tome el comentario y pueda explicarle de tal forma que la persona que tenga los problemas lo pueda resolver.

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