Tell us what’s happening:
Describe your issue in detail here. I am doing the right thing but they are still holding me
Your code so far
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<p>See more cat photos in our gallery.</p>
<!__. TODO: remove h1__>
</body>
</html>
Your mobile information:
itel A631W - Android 11 - Android SDK 30
Challenge: Learn HTML by Building a Cat Photo App - Step 4
Link to the challenge:
1 Like
system
September 5, 2024, 1:00pm
2
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
I am doing the right thing but they are still holding me back
nickrg
September 5, 2024, 1:07pm
4
aliabdulhaq1234:
<!__. TODO: remove h1__>
That doesn’t quite look like a comment. Here’s the syntax:
<!-- Your comment -->
It’s the minus symbol, not the underscore that you’re supposed to use.
Also, you’re supposed to comment with this text: TODO: Add link to cat photos - the “Remove h1” is just for the example.
And lastly, place the comment above the p element. Your comment right now is below it.
Hope that helps!
1 Like
I still cannot go, I placed it at the right place, so help me
The above is how to create a comment and your text is meant to be TODO: Add link to cat photos not TODO: remove h1.
nickrg
September 6, 2024, 5:03pm
7
If you haven’t solved this yet, please post your updated code. If you have, great job and happy coding!
2 Likes