scrimba
Frontend Career Path
Web dev basics
Build & deploy your first website
Aside: Lists
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: Lists
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>
<head></head>
<body></body>
</html>

<!--
Challenge:
Create an ordered list inside the <body> tag.
Fill it with your top three favourite foods.
-->
Console
/index.html
-3:54