Help to uncomment

Tell us what’s happening:
Describe your issue in detail here.

I can´t pass this exercise. I don´t understand how I do uncomment
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>-->

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36

Challenge: Uncomment HTML

Link to the challenge:

Comments in html follow the following syntax

<!-- comment -->

Remove the text before the <h1>Hello World </h1> and the

-->

to the end of your code (after the ending p tag) you’re good to go.

Hello @pradosana,

Tell me what is the way to do a comment in HTML? You have the answer into the course you are doing. You just need to remove the comment tags and here you go :wink:

Just in case:

<!-- This is a comment -->
<h1>This is h1 title</h1>

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.