Hey Guys! I hope all is well with you! I really need some help for this task

Tell us what’s happening:
So, I am in the middle of the task ( uncomment HTML), Bellow is the task
Do I have to comment below each html line

;

:

, or at all the way at the end?
and to include a comment after <!>an d then

or opposite way ?
Why it won’t tell me in the course - If I am wrong or not?

Comments in HTML start with <!-- and end with a -->

Uncomment your h1 , h2 and p elements.

Your code so far



<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>
<h1><!--<Comment Header--></h1> 
<h2><!--<Comment Subtitle--></h2>
<p><!--Comments for body text--></p>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

Reset the code to how it was at the start, there are <!-- at the top and --> at the bottom of the page. The goal is to just remove the comments, so just delete those 2 tags I mentioned.
Hope this helps you!

1 Like

It does , thank you.
Also question : why it won’t tell if I’m wrong or not ?

The challenge tells you if you are right or wrong when you click “Run the Tests”.

1 Like