I can’t complete this step can someone please help me on this one?

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>
  <main>
  <!-- TODO: Add link to cat photos -->
 <p>Click here to view more cat photos.</p>
 </body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1

Challenge: Step 6

Link to the challenge:

Hi @romipokemon1,

The original code is:

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

If what you shared here is the updates you did, come back at a clean version of it with the three lines above, and follow the instructions gave by the exercise:

indent the h2 element, the comment, and p element exactly two spaces to indicate they are children of the main element.

Add the spaces and you are good for the next step.

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