Learn HTML by Building a Cat Photo App - Step 6

Tell us what’s happening:
Describe your issue in detail here.
I don’t know how to indent, i dont know the way forward from this level
Please help me

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>  
    <h2> This 'h2' element indented </h2>
    <!-- TODO: Add link to cat photos -->  
      <p>Click here to view more cat photos.</p>  
  <p> This 'Click here to view more cat photos' element indented </p>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/17.0 Chrome/96.0.4664.104 Safari/537.36

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

Link to the challenge:

Hello!
It just wants you to indent the h2, comment, and p line which you can do with tap or two spaces like this
Mod Edit: SOLUTION REMOVED

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