<html>
   <head><title>Another LAML Example</title></head>
   <body>
      <h1>Another LAML Example</h1>
      Here are some facts about Germany, Denmark, and USA: 
      <p>
      <table border="1">
         <tr>
            <th>
            <th>Germany</th>
            <th>Denmark</th>
            <th>USA</th>
         </tr>
         <tr>
            <td>Currency</td>
            <td>DMark</td>
            <td>Kroner</td>
            <td>Dollar</td>
         </tr>
         <tr>
            <td>Size</td>
            <td>Large</td>
            <td>Small</td>
            <td>Huge</td>
         </tr>
         <tr>
            <td>Prime minister</td>
            <td>Schröder</td>
            <td>Rasmussen</td>
            <td>-</td>
         </tr>
         <tr>
            <td>President</td>
            <td>??</td>
            <td>-</td>
            <td>Clinton</td>
         </tr>
      </table>
      <p>
      <a href="../goerlitz.html">Top level lecture page</a>
   </body>
</html>