Can someone help me I don't know how to add spaces I am lost here

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

Challenge: Step 6

Link to the challenge:

To add spaces, place your cursor in that place and press the space key. Alternatively, depending on how a code editor is set up, the tab key will do it too, adding multiple spaces.

If that doesn’t help, you’re going to have to be more specific.

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