Step 6 of responsive web design

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

This is my first time coding, I am not too sure what I am doing wrong, please help!

  **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 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15

Challenge: Step 6

Link to the challenge:

1 Like

Hi @alexandrao

I dont know what your problem is but I guess you did spaces using the Tab key and you need to do spaces with the Space bar key.
I hope that helps. Happy coding!

use the example as refrence. After the main element give the rest 2 spaces
like this

<main <h2 <..........

thank you so much!!!

thank you so much really appreciate it

1 Like

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