Html exercise 6

exercise 6:
I don’t understand what I was ask to do.

  **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 (Linux; Android 8.0.0; Infinix X608) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36

Challenge: Step 6

Link to the challenge:

When I clean up the formatting of your code, it passes for me. Adding in whitespace to the h2 changes what it is.

Can you please tells me how you get it done

I did. I said “clean up the formatting of your code”. I’m not going to give you the answer to cut and paste. The main should be at the same level as its closing bracket. The children of main should all be at the same level. Don’t add any extra space inside elements.

If you need to, reset the code and start fresh.

Done!!!
thanks I appreciate you bro

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