scrimba
h1 and p 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

h1 and p elements
AboutCommentsNotes
h1 and p elements
Expand for more info
index.html
run
preview
console
<html>
<head>
<title>Rocky the Rottweiler/Lab</title>
</head>
<body>
<!-- Add a heading to your code. Try a few sizes and run your code -->
<h1>Meet Rocky!</h1>
<p>Rocky is a black and tan Rottweiler/Labrador mix</p>
</body>
</html>
Console
/index.html
-2:00