scrimba
Frontend Career Path
Web dev basics
Build & deploy your first website
Aside: Proper document structure
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

Aside: Proper document structure
AboutCommentsNotes
Aside: Proper document structure
Expand for more info
index.html
run
preview
console
<link rel="stylesheet" href="styles.css">
<img src="google.png">
<input type="text">
<button>Google Search</button>
<button>I'm Feeling Lucky</button>
<p>We protect your privacy. <a href="blog.html">Learn how.</a></p>
Console
/index.html
-5:42