<html>
  <head>
    <title>Sample HTML Document 3</title>
  </head>
  <body>
    <div>
    <table>
      <tr><td>one</td></tr>
    </table>

    <table>
       <tr><td>two</td></tr>
       <tr><td>three</td></tr>
    </table>
    </div>
  </body>
</html>