scrimba
HTML5 | Web development Bootcamp
Web development 30 Days Course - #HTML5 #19
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

Web development 30 Days Course - #HTML5 #19
AboutCommentsNotes
Web development 30 Days Course - #HTML5 #19
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1 contenteditable="true">index.html</h1>
<div>hello <span>hello world</span></div>
<div>hello2</div>
</body>
</html>
Console
index.html
-2:47