What is the error of my code

Tell us what’s happening:
I am a Green hand in code. I don’t know the error of the code .Can you give me some suggestion please.

  **Your code so far**

<html>
<body>
  <h1>CatPhotosapp</h1>
  <h2>CatPhotos</h2>
  
</body>
</html>
  **Your browser information:**

User Agent is: ZhihuHybrid DefaultBrowser osee2unifiedRelease/9522 osee2unifiedReleaseVersion/8.18.0 Mozilla/5.0 (iPhone; CPU iPhone OS 12_5_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148

Challenge: Step 2

Link to the challenge:

The h1 text should be CatPhotoApp and the h2 should be Cat Photos

You have changes the h1 text and you forgot a space in the h2

you just need to write exactly what it wants written.

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