Add two more spaces in front of the h1, comment, and p elements so your HTML is more readable

Tell us what’s happening:
not really sure i understand what am supposed 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 (X11; Ubuntu; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0

Challenge: Learn HTML by Building a Cat Photo App - Step 6

Link to the challenge:

1 Like

First, restart the step so you get the original formatting back as formatting is very important for this step. Then, use the space bar on your keyboard to add two more spaces before the h2 element, the comment, and the p element so that they are all indented the same amount in relation to the main element. That’s it, don’t do anything else.

2 Likes

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