I am stuck on step 2. I have copied the h1 format perfectly, which is what I assume you need to do. Even then though I keep getting the error it’s wrong and by this point the hints are useless. Anyone have any idea what i’m doing wrong?
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>CatPhoto</h2>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 2
Link to the challenge:
Below the h1
element, add an h2
element with this text:
Cat Photos
You have a small typo in the name. (s)
Ah, so you’re right. However, I fixed the (s) problem but it is still saying it is wrong. I’m not sure what the issue is now.
nabeel2149:
<h2>CatPhoto</h2>
Woops, you have 2 typos - check spacing too
What spacing issue is there? I don’t see any extra spaces and I put h2 below h1.
hbar1st
September 23, 2022, 10:17pm
6
if you just cut and paste the required text into your code (between the tags) then you won’t hava problem. They wanted “Cat Photos” not “CatPhoto”
2 Likes
Sorry, i’m very unobservant, that fixed the problem. Thank you.
hbar1st
September 23, 2022, 10:32pm
8
Don’t worry about Nabeel. We all do this.
system
Closed
March 25, 2023, 10:33am
9
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.