Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <h1><CatPhotoApp></h1>
    <h2><CatPhotos></h2>
  </body>
</html>

Your mobile information:

SM-A505FN - Android 11 - Android SDK 30

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

Link to the challenge:

Text for the h2 element should be Cat Photo App.

It should actually be “Cat Photos”, exactly (or it won’t pass)

Also, remove the angled brackets <> around the text.

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