*Challenge:** Comment out HTML

Tell us what’s happening:

Your code so far



<!-—<h1>Hello World</h1>-—>. <h2>CatPhotoApp</h2> 
<!-—<p>Helloparagraph</p>-—>.

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1.

Challenge: Comment out HTML

Link to the challenge:

Hey @onyiislink,

In HTML, comment tags are <!-- and -->. Everything that is inside these tags will be ignored by the code. So if you want to uncomment it, you just delete those 2 tags.

Thanks for your response

1 Like