Build a Cat Photo App - Step 6

Tell us what’s happening:

Main Heading

Cat Phots

This is a paragraph of text.

Your code so far

<html>
  <body>

<!-- User Editable Region -->

<main>
  <h1>Main Heading</h1>
  <h2>Cat Phots</h2>
  <!-- TODO: Add link to cat photos. -->
  <p>This is a paragraph of text.</p>
</main>

<!-- User Editable Region -->

  </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/136.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 6

Welcome to the forum @Shahbazi

Looks like you changed the contents of the paragraph element.

Please reset the step to restore the seed code.
For this step you only need to indent the code.

Happy coding