Example 17-1: Source for HTML mockup of product information

<html>
  <body>
    <center>
    <table border="0">
      <tr>
      <td valign="top">
        <b>Java in a Nutshell : A Desktop Quick Reference</b>
        by David Flanagan
        <br>Other products by <a href="xxxx">O'Reilly</a>
        <br>
        <table border="0"><tr>
          <td><img src="images/1565924878.gif"></td>
            <td valign="middle">
            <b>List Price:</b><strike>29.95</strike><br>
            <b>Our Price: <font color="blue">20.97</font></b><br>
            You Save: <b>8.98</b>
          </td>
        </tr></table>
      </td>
      </tr>
    </table>
    </center>
  </body>
</html>