Kalim1
1
Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<h1>CatPhotoApp</>
<body>
<!-- User Editable Region -->
<h1>Hello World</h1>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Firefox/91.0
Challenge: Learn HTML by Building a Cat Photo App - Step 1
Link to the challenge:
Hello! Welcome to the forum!
Your code is very close to passing.
Just change the Hello World
text as instructed in the challenge text.
Does this help?
Happy Coding! 
2 Likes
Here you need to add your text as given in instruction.
For example
<h1>My World</h1>
See how I changed the text now on screen My World
will appear.
Hope you understand.
1 Like