Opening tags and how i have to fix this

**can anyone explain me, where is my mistake, i got notification that i did not correctly write opening tags

  **Your code so far**
<html>
<body>
  <CatPhotoApp>Hello World<CatPhotoApp>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36 OPR/87.0.4390.45

Challenge: Step 1

Link to the challenge:

When you change the text of an element you change the text between the opening and closing tags, not the names of the tags themselves. So the opening <h1> and closing </h1> tags should remain the same. Only change the text between them.

thanks a lot. I got this

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