scrimba
Basic HTML and HTML5
Introduction to HTML 5 Elements
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

Introduction to HTML 5 Elements
AboutCommentsNotes
Introduction to HTML 5 Elements
Expand for more info
index.html
run
preview
console
<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>
<!--
Create a second p element after the existing p element with the following kitty ipsum text:
Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

Wrap the paragraphs with an opening and closing main tag.
-->
Console
index.html
-1:17