Tell us what’s happening:
I am just learning coding today, i listen to the instructions given to me but it does not click it usually have one or another
Your code so far
<html>
<body>
<!-- User Editable Region -->
<elementNameCatPhotoApp>Hello World</h1>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 1
You have to only change <h1> element's text.
change <h1> element text to CatPhotoApp.
for example;
<h1>Hello Word!</h1> this is a given element and task is to change this text <h1> text to Good Work.
<h1>Good Work</h1>
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.