I did as they said but later i find that my code isn’t correct.
Step 1
HTML elements have opening tags like <h1> and closing tags like </h1>.
The text for an element goes between its opening and closing tags.
Find the h1 element and change its text to:
CatPhotoApp
Hello World
CatPhotoShop
**Your code so far**
<!-- User Editable Region -->
<!-- User Editable Region -->
</body>
</html>
<h1>Title 1</h1>
<h1>Title 2</h1>
<h1>CatPhotoApp</h1>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 1
Link to the challenge: