Comment out HTML help me

Tell us what’s happening:

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

When you want to comment out a sentence, do the following:

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

If you want to comment out a bigger section, such as paragraphs of code:

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

Look closely at your h2 tags. It seems to be off. Hope this helps.

1 Like

Your h1 is missing <…:wink: (fixed)

@S_pas: Please note that his first example could’ve all been on 1 line.

1 Like

Thank you for your help

Good catch. Sometimes the Dyslexia gets in the way.

Oh! What techniques do you employ to cope with your dyslexia?

How do you work this help page? I just started this code camp business. I made it through the first few mini lessons, but now I’m stuck. What do I do?

Use the Ask for help button to create your own topic and explain what’s going on