scrimba
Basic HTML and HTML5
Comment out HTML
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Comment out HTML
AboutCommentsNotes
Comment out HTML
Expand for more info
index.html
run
preview
console
<!--
<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>
-->

<!-- Comment out your h1 element and your p element, but not your h2 element. -->
Console
index.html
-0:56