Supongo que te refieres a lo que antes era iframe, no?
En html 5 ha desaparecido ahora es un object. Te pongo los dos ejemplos.
HTML4
Código HTML:
Ver original< iframe width="400" height="400" scrolling="no" frameborder="0" src="http://www.tupagina.com" target="_top"> < /iframe>
HTML5
Código HTML:
Ver original< object type="text/html" data="http://www.tupagina.com" width="400" height="400"> < /object>