Learn HTML by Building a Cat Photo App - Step 1

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

Link to the challenge:

Welcome to the community.

Only the text Hello World was to be changed in this step.
The < h1> Change This < /h1>

Hope this helps!

Happy coding!

This should be the right code
Mod edit: Removed solution

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>

@gracogenolu30

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.

2 Likes

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