topical media & game development
basic-css-16-Tr-It-Out-example16-2.htm / htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title> Spicy Thai Peanut Sauce </title>
<link rel='stylesheet' type='text/css' href='basic-css-16-Tr-It-Out-example16-2.css'/>
</head>
<body>
<table class='recipe'>
<caption>
Spicy Thai Peanut Sauce
</caption>
<colgroup>
<col/>
<col/>
<col/>
<col/>
</colgroup>
<thead>
<tr>
<th> quantity </th>
<th> measurement </th>
<th> product </th>
<th> instructions </th>
</tr>
</thead>
<tbody>
<tr>
<td> .5 </td>
<td> CUPS </td>
<td> Peanut Oil </td>
<td> </td>
</tr>
<tr>
<td> 12 </td>
<td> Each </td>
<td> Serrano Peppers </td>
<td> Sliced </td>
</tr>
<tr>
<td> 16 </td>
<td> Each </td>
<td> Garlic Cloves </td>
<td> Minced </td>
</tr>
<tr>
<td> 2 </td>
<td> CUPS </td>
<td> Peanut Butter </td>
<td> </td>
</tr>
<tr>
<td> 1 </td>
<td> CUPS </td>
<td> Soy Sauce </td>
<td> </td>
</tr>
<tr>
<td> .5 </td>
<td> CUPS </td>
<td> Lime Juice </td>
<td> </td>
</tr>
<tr>
<td> 4 </td>
<td> TABLESPOONS </td>
<td> Sesame Oil </td>
<td> </td>
</tr>
<tr>
<td> 4 </td>
<td> CUPS </td>
<td> Coconut Milk </td>
<td> </td>
</tr>
<tr>
<td> .5 </td>
<td> CUPS </td>
<td> Honey </td>
<td> </td>
</tr>
<tr>
<td> .5 </td>
<td> CUPS </td>
<td> Brown Sugar </td>
<td> </td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan='4'>
<ul>
<li>
Sautee sliced serranos and garlic in peanut oil
till lightly browned.
</li>
<li>
Add all other ingredients and stir till dissolved.
</li>
<li>
Simmer for 5 minutes.
</li>
<li>
Puree all in blender.
</li>
</ul>
<p>
Sautee your favorite vegetables; onions, mushrooms,
green peppers and squash work best, sprinkle with
allspice, salt and pepper. Optionally add walnuts
or pine nuts. Add browned chicken or tofu and glaze
with sauce. Serve with jasmine rice.
</p>
</td>
</tr>
</tfoot>
</table>
</body>
</html>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.