scrimba
Frontend Career Path
Web dev basics
Build a Birthday GIFt Site
HTML tables
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

AboutCommentsNotes
HTML tables
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>

<head>
<title>My Concerts Table</title>
<link rel="stylesheet" href="index.css">
</head>

<body>
<!-- table here -->
</body>

</html>
Console
/index.html
-9:02