scrimba
HTML - Creating Your First Webpage with Scrimba
HTML, Elements, and Tags, OH MY!
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

HTML, Elements, and Tags, OH MY!
AboutCommentsNotes
HTML, Elements, and Tags, OH MY!
Expand for more info
index.html
run
preview
console
<html>
<head></head>
<body>
<h1>Meet Rocky!</h1>
<p>Rocky is a black and tan Rottweiler/Labrador mix</p>
</body>
</html>
Console
/index.html
-2:31