scrimba
HTML - Creating Your First Webpage with Scrimba
Creating your Scrimba account and interacting with its interface
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

Creating your Scrimba account and interacting with its interface
AboutCommentsNotes
Creating your Scrimba account and interacting with its interface
Expand for more info
index.html
run
preview
console
<html>
<head></head>
<body>
<h1>Heading of your page</h1>
<p>Paragraph content</p>
</body>
</html>
Console
/index.html
-3:19