Let's take an example:
<html>
<head><title>My Home Page</title></head>
<body>
<table class="container">
<tr>
<td class="lhs">
require_once("links.php");
</td>
<td class="middle">
require_once("news.php");
</td>
<td class="rhs">
require_once("picturesOfGrandmaNaked.php");
</td>
</tr>
</table>
</body>
</html>