scrimba
Practical math
Weekly Schedule - Build Layout / Display Data
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

Weekly Schedule - Build Layout / Display Data
AboutCommentsNotes
Weekly Schedule - Build Layout / Display Data
Expand for more info
index.html
run
preview
console
<html>

<head>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="tasks.css">

<style>
.day {

}
</style>
</head>

<body>
<header>Weekly Schedule ✅</header>
<main id="WeeklySchedule"></main>
<footer>Course by Radical-Coder and You!</footer>

<script src="index.pack.js"></script>
</body>

</html>
Console
/index.html
-7:05