Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<section>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
<a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
</section>
<!-- User Editable Region -->
<section>
<h2> Cat Lists.</h2>
</section>
<!-- User EditableRegion -->
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; TECNO KD7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Mobile Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 18
Link to the challenge:
Guided
2
you can change the text ‘Describe your issue in detail here’
Could you replay to this comment and explain what you’ve tried so far?
I am asked to nest the text Cat Lists in the second section which I created and passed. But after nesting it in the section as requested, i.e
Cat Lists.
This has been done but it’s not passing
I put the text Cat Lists inside the section as requested but it’s not passing
Guided
5
these tests can be VERY specific with what they ask for.
does it want : cat lists.
or cat lists
.
these may look the same, but are not. one includes a full stop, one does not.
It can be difficult to see.
Guided
6
Its often syntax and spell/punctuation checking that trips us up
glad you managed to pass the step
They are asking for Cat Lists
They asked for Cat Lists.
You can look up my code quickly please
Not passed it yet.
I even copied the text and pasted it yet no pass
Guided
10
looking at your answer, in the code above.
<h2> Cat Lists.</h2>
when you copy and past text, its often likely you are adding in punctuation not asked for.
try restarting the step using the
button
so the step is cleared of any edits.
then try typing it out.
let me know if it works
Thanks for the assistance.
God bless you
I got it after changing the text cat to lower cases against their request
1 Like
system
Closed
12
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.