scrimba
Frontend Career Path
Web dev basics
Build & deploy your first website
Module 2 intro - web dev basics
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

Module 2 intro - web dev basics
AboutCommentsNotes
Module 2 intro - web dev basics
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
</body>
</html>
Console
/index.html
-2:11