<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><title>Example of table (1)</title>
</head>
<body>
<table border="1">
  <tr>
    <th>V1</th><th>V2</th><th>V3</th>
  </tr>
  <tr>
    <td>T1</td><td>T2</td><td>T3</td>
  </tr>
</table>
</body>
</html>