Building A Cat Photo App, adding spaces between elements

Tell us what’s happening:
I really don’t understand what’s asked of me here. Can someone please help me?

  **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/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 6

Link to the challenge:

“Add two spaces in front of the three child elements of main so your HTML is more readable.”

This is literally saying to use your space bar to add two more spaces in front of the child elements in main. That’s all you need to do. I would restart the step to make sure you have the original formatting since this step is all about formatting. And then just add those two extra spaces in front of the three child elements.

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