Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s

they told me to write catphotosapp and i wrote it but still it not taking to the next step

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

The requirement says:

Below the h1 element, add an h2 element with this text:
Cat Photos

Write a <h2>...</h2> element below the <h1>CatPhotoApp</h1> element, with a context of Cat Photos`

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