Problems with the 5th task

Tell us what’s happening:

Your code so far

<!--h1>Hello World</h1-->
<h2>CatPhotoApp</h2>
<!--Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.-->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 YaBrowser/19.10.1.238 Yowser/2.5 Safari/537.36 .

Challenge: Comment out HTML

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/comment-out-html

Please describe the error message you’re receiving.

sorry, it says Do not change the order of the

h1
h2

or

p

in the code.

The p element is missing on the example you put in the beginning.

Please check the challenge again. It didn’t look like this that before: https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/comment-out-html

https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/comment-out-html

https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/comment-out-html

This is the HTML you’ve posted:

<!--h1>Hello World</h1-->
<h2>CatPhotoApp</h2>
<!--Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.-->

This is the HTML on the challenge:

<!--
<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
-->

The challenge asks you to remove the comment on tag H2, but not on tags H1 and P. In your HTML, tag H1 is not complete and there’s no tag P.

1 Like

https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/comment-out-html

But the page shows only “CatPhotoApp” text.
I have added tag P but I still don’t know why my h1 is mot complete.

Hey Ella,
I like the way you had coded everything. You had written the correct code but if you put the main headings in comments then your webpage will unable to index the full code.
So, try not to put the main headings in Comments.
Hope, everything is clear to you now. You love technology right! So check out the latest article on Downloading Videos from Movierulz if you have some time.
Cheers Jack!:grin:

just finished it, thanks Jack :slight_smile: