Tell us what’s happening:
on the step 2
catphotoapp
but it is still making issu ,what should i do i cant go next,
Your code so far
<html>
<body>
<!-- User Editable Region -->
<h1>CatPhotoApp</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/132.0.0.0 Safari/537.36
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 2
Teller
2
Welcome to the forum @haseeb.akbar773
Below the h1
element, add an h2
element with this text:
Cat Photos
For this step you need to add an h2
element and include some text.
Happy coding
2 Likes
i think h2 eliment is this ,but its not going to the next ,
catphotoapp
Hey Buddy, You need to put it after your h1 tag.
To put it after h1, kindly press Enter key
Then you will come in next line.
After that put your h2 tag with the given word
Hope you understand.
Adran
5
You need to place an h2
element after the h1
element
It should look something like this
<h2>I love coding!</h2>
Happy coding!
Teller
6
Hi @haseeb.akbar773
You also need to match the casing of text with the text given in the instructions.
Happy coding