0% found this document useful (0 votes)
6 views2 pages

Index HTML

The document contains a weekly schedule organized in a table with days of the week as rows and time blocks as columns. Each cell lists an activity with a checkbox to mark its completion. The schedule is consistently structured with time allotted for waking, studying, meals, exercise, and leisure each day.

Uploaded by

saimjawed254
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Index HTML

The document contains a weekly schedule organized in a table with days of the week as rows and time blocks as columns. Each cell lists an activity with a checkbox to mark its completion. The schedule is consistently structured with time allotted for waking, studying, meals, exercise, and leisure each day.

Uploaded by

saimjawed254
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?
family=Capriola&family=Slackey&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?
family=Angkor&family=Capriola&family=Slackey&display=swap" rel="stylesheet">
<title>Document</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<table border="solid 2px" cellpadding="20px">
<tr>
<thead>
<th class="heading" id="blank"></th>
<th class="heading">8:00 - 10:00</th>
<th class="heading">10:00 - 12:00</th>
<th class="heading">12:00 - 2:00</th>
<th class="heading">2:00 - 4:00</th>
<th class="heading">4:00 - 6:00</th>
<th class="heading">6:00 - 8:00</th>
<th class="heading">8:00 - 10:00</th>
<th class="heading">10:00 - 12:00</th>
<th class="heading">12:00 - 2:00</th>
</thead>
</tr>
<tbody>
<tr>
<th class="heading day">MONDAY</th>
<td>Wake up<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Lunch and Study<input type="checkbox" name="" value=""/></td>
<td>Sports or Gym<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Dinner and Games<input type="checkbox" name="" value=""/></td>
<td>Coding and Gym <input type="checkbox" name="" value=""/></td>
</tr><tr>
<th class="heading day">TUESDAY</th>
<td>Wake up<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Lunch and Study<input type="checkbox" name="" value=""/></td>
<td>Sports or Gym<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Dinner and Games<input type="checkbox" name="" value=""/></td>
<td>Coding and Gym <input type="checkbox" name="" value=""/></td>
</tr><tr>
<th class="heading day">WEDNESDAY</th>
<td>Wake up<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Lunch and Study<input type="checkbox" name="" value=""/></td>
<td>Sports or Gym<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Dinner and Games<input type="checkbox" name="" value=""/></td>
<td>Coding and Gym <input type="checkbox" name="" value=""/></td>
</tr>
<th class="heading day">THURSDAY</th>
<td>Wake up<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Lunch and Study<input type="checkbox" name="" value=""/></td>
<td>Sports or Gym<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Dinner and Games<input type="checkbox" name="" value=""/></td>
<td>Coding and Gym <input type="checkbox" name="" value=""/></td>
</tr><tr>
<th class="heading day">FRIDAY</th>
<td>Wake up<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Lunch and Study<input type="checkbox" name="" value=""/></td>
<td>Sports or Gym<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Dinner and Games<input type="checkbox" name="" value=""/></td>
<td>Coding and Gym <input type="checkbox" name="" value=""/></td>
</tr><tr>
<th class="heading day">SATURDAY</th>
<td>Wake up<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Lunch and Study<input type="checkbox" name="" value=""/></td>
<td>Sports or Gym<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Dinner and Games<input type="checkbox" name="" value=""/></td>
<td>Coding and Gym <input type="checkbox" name="" value=""/></td>
</tr><tr>
<th class="heading day">SUNDAY</th>
<td>Wake up<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Lunch and Study<input type="checkbox" name="" value=""/></td>
<td>Sports or Gym<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Study<input type="checkbox" name="" value=""/></td>
<td>Dinner and Games<input type="checkbox" name="" value=""/></td>
<td>Coding and Gym <input type="checkbox" name="" value=""/></td>
</tr>
</tbody>
</table>
</body>
</html>

You might also like