Utiliza un IFRAME , es muy sencillo. Ejemplo.
Con un link:
<IFRAME SRC="hello.html" WIDTH=450 HEIGHT=100>
If you can see this, your browser doesn't
understand IFRAME. However, we'll still
<A HREF="hello.html">link</A>
you to the file.
</IFRAME>
Con texto
<iframe> MI TEXTO AQUI </iframe>