I didnt write''!'' Why?

Dicci cosa sta succedendo
Descrivi qui il tuo problema in dettaglio.

Il tuo codice fino ad ora


<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>
-->

Informazioni del tuo browser:

Lo user agent è: Mozilla/5.0 (Linux; Android 9; ASUS_I001DA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36

Sfida: Commentare l’HTML

Link alla sfida:

You have “uncommented” the first element. But you are supposed to keep the first and third one commented - the middle one (h2) should be uncommented.

Also, you accidentally changed the code: <h1>Hello World<h1> should be <h1>Hello World</h1>.

When I fix those, it passes for me.

Does that makes sense? Do you need more explanation?

Devi avere solo l’elemento h2 visibile nella pagina, non l-elemento h1.

Se hai bisogno di altro aiuto chiedi pure ancora!