<!DOCTYPE html>
<html>
<head>
<title>My Daily Favorites</title>
<style>
table {
width: 100%;
font-family: Helvetica;
}
tr{
}
.header{
background-color:OliveDrab;
color:White;
text-align:center;
}
.odd-row{
background-color:SandyBrown;
}
.even-row{
background-color:IndianRed;
}
</style>
</head>
<body>
<table border="1">
<tr class="header">
<th> Sunday</th>
<th>Monday</th>
<th>Tuesday</th>
<th>Wednesday</th>
<th>Thursday</th>
<th>Friday</th>
<th>Saturday</th>
</tr>
<tr class="odd-row">
<td>Pancakes</td>
<td>Toast and Peanut butter</td>
<td>Protein Shake</td>
<td>Toast and Peanut butter</td>
<td>Yogurt with granola and berries</td>
<td>Fruit Smoothie</td>
<td>Cereal and milk</td>
</tr>
<tr class="even-row">
<td>Go to the lake</td>
<td>Play soccer</td>
<td>Play board games</td>
<td>Watch TV</td>
<td>Ride my bike</td>
<td>Watch movies</td>
<td>Play baseball</td>
</tr>
<tr class="odd-row">
<td>Parents</td>
<td>Janice</td>
<td>Janice</td>
<td>Janice</td>
<td>Janice</td>
<td>Janice</td>
<td>Stevie</td>
</tr>
<tr class="even-row">
<td>Art Museum</td>
<td>Park</td>
<td>Game store</td>
<td>Living room</td>
<td>Park</td>
<td>Mini-Golf Park</td>
<td>Amusement Park</td>
</tr>
</table>
</body>
</html>
No hay comentarios:
Publicar un comentario