Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
table,
table th,
table td {
border: 1px solid #cccccc;
}
thead th {
width: 150px;
border-bottom: solid 1px #000;
font-weight: bold;
}
tbody:nth-child(odd) {
background: #a8e3b6;
border: solid 1px #000;
}
tbody:nth-child(even) {
background: #c9d1cb;
border: solid 1px #000;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<th>Day</th>
<th>Month</th>
<th>Order</th>
</tr>
</thead>
<tbody>
<tr>