Tell us what’s happening:
find it difficult to get around step 1.
Your code so far
<html>
<body>
<!-- User Editable Region -->
<Catphotoapp>Hello World</Catphotoapp>
<!-- 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/118.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 1
Link to the challenge:
Hi there and welcome to our community!
This is the starting code for this step:
<h1>Hello World</h1>
This is an h1 (heading) element, consisting of an opening element tag (<h1>), the text content (‘Hello World’), and a closing element tag (</h1>).
There are many different types of elements, but this is the syntax commonly used to create them. The text content is what the user will see on-screen.
For this step, you should modify only the text content, and not the element tags themselves. So, simply change the text ‘Hello World’ to ‘CatPhotoApp’.