Am finding its difficult to do this its neen days now besides am here to coding i would love if someone ll simple help me with tut

Tell us what’s happening:

Your code so far


<!--
<!--<h1>Hello World</h1>
-->

<!--<h2>CatPhotoAp</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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

just remove all signs like

from your code

or try this :point_down:

Hello World

CatPhotoApp

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

1 Like

to comment you need to put the code you want to comment between these signs

<!-- code -->

to uncomment, just remove those signs on left and right of code

<!-- code -->

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