Código:
<html>
<head>
<title>Iframes</title>
</head>
<body>
<table>
<tr>
<td><a href="http://programacionwevb.blogspot.com/" target="contenedor">mi blog</a></td>
<td><a href="http://programacionwevb.blogspot.com/2012/08/tablas-en-html.html" target="contenedor">tablas</a></td>
</tr>
<tr>
<td rowspan="2"><iframe name="contenedor" width="900px" height="500px"></frame></td>
</tr>
</table>
</html>
| mi blog | tablas |