<?xml version="1.0" encoding="utf-8"?>
<html>
  <head>
    <title>My page</title>
    <meta name="title" content="My page" />
    <meta name="description" content="Welcome on my new page" />
  </head>
  <body>
        <h1>Body</h1>
        (page specific) 
        <table width="100%" border="1">
          <tr valign="top">
            <td height="250">
              <h2>1st part</h2>
            </td>
            <td>
              <h2>2nd part</h2>
            </td>
          </tr>
        </table>
  </body>
</html>

