<!--sample solution-->
<html>
<head>
<title>Doubling the Chocolate Chip Cookies Recipe</title>
</head>
<body>
<table border="2">
<thead>
<tr>
<th colspan="3">Doubling Chocolate Chip Cookies</th>
</tr>
</thead>
<tbody>
<tr><th>Ingredient</th><th>Single Batch</th><th>Double Batch</th></tr>
<tr><td>butter</td><td>1 cup</td><td>2 cups</td></tr>
<tr><td>eggs</td><td>2</td><td>4</td></tr>
<tr><td>hot water</td><td>2 teaspoons</td><td>4 teaspoons</td></tr>
<tr><td>white sugar</td><td>1 cup</td><td>2 cups</td></tr>
</tbody>
</table>
</body>
</html>
No comments:
Post a Comment