-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDaily School Routine.html
More file actions
35 lines (32 loc) · 2.05 KB
/
Daily School Routine.html
File metadata and controls
35 lines (32 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rebecca's Awesome School Routine!</title>
<link rel="stylesheet" href="Daily School Routine.css">
</head>
<body id="background">
<section>
<h1 id="emoji-title">🐈I am Very Pretty, Witty, Kitty 🐈</h1>
</section>
<section>
<h2>Things I Need to Do for School</h2>
<ul>
<li><input type="checkbox" id="wake-up"><label for="wake-up">Wake up</label></li>
<li><input type="checkbox" id="make-bed"><label for="make-bed">Make Bed</label></li>
<li><input type="checkbox" id="put-clothes"><label for="put-clothes">Put My Clothes on</label></li>
<li><input type="checkbox" id="put-night-clothes"><label for="put-night-clothes">Put Night Clothes Away</label></li>
<li><input type="checkbox" id="brush-hair"><label for="brush-hair">Brush Hair and <span style="display:block; margin-left: 30px;">Put the Hair Brush Back</span></label></li>
<li><input type="checkbox" id="pack-backpack"><label for="pack-backpack">Pack Backpack with <span style="display:block; margin-left: 30px;">Homework and Water Bottle</span></label></li>
<li><input type="checkbox" id="clean-floor"><label for="clean-floor">Clean Floor</label></li>
<li><input type="checkbox" id="eat-breakfast"><label for="eat-breakfast">Eat Breakfast</label></li>
<li><input type="checkbox" id="brush-teeth"><label for="brush-teeth">Brush Teeth</label></li>
<li><input type="checkbox" id="pray-evelyn"><label for="pray-evelyn"><strong>Pray with Evelyn</strong></label></li>
<li><input type="checkbox" id="go-potty"><label for="go-potty">Go Potty</label></li>
<li><input type="checkbox" id="focus-pill"><label for="focus-pill"><strong>Focus Pill, Focus Pill!!!</strong></label></li>
</ul>
</section>
<script src="Daily School Routine.js"></script>
</body>
</html>