scrimba
Introduction to HTML
NESTING HTML 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

NESTING HTML ELEMENTS
AboutCommentsNotes
NESTING HTML ELEMENTS
Expand for more info
index.html
run
preview
console
<!DOCTYPE html>
<html>
<head>
<!-- Meta, title, stylesheets, javascript, etc. -->
</head>
<body>
Hello World!
</body>
</html>
Console
index.html
-4:02