Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>catphotos</h2>
<h3>catphotos</h3>
<h4>catphotos</h4>
<h5>catphotos</h5>
<h6>catphotos</h6>
</body>
</html>
Your mobile information:
21091116AI - Android 13 - Android SDK 33
Challenge: Learn HTML by Building a Cat Photo App - Step 2
Link to the challenge:
system
August 11, 2025, 4:21pm
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!
ILM
August 11, 2025, 4:21pm
3
try to match exactly what you are asked to write, including spaces and capital letters
2 Likes
Hi buddy, Here you’re instructed to add only the h2 heading See the instruction below.
Below the h1 element, add an h2 element with this text:
Cat Photos
And in the example threw h1 heading to h6 heading that is telling you how to add all the headings.
You can do experiments but to pass this test you need to follow the instructions as I have mention above.
Hope You Understand.
2 Likes