You can set the src attribute to a page on your webserver that outputs the html as plain text and not as HTML. Therefor you must set the header info content-type to text/plain. Check this page to see how it's done in PHP: http://www.jonasjohn.de/snippets/php/headers.htm
Er is geen manier om dit alleen met html of JS te doen. U hebt een taal op de server nodig om de pagina weer te geven. Natuurlijk is het mogelijk om de gegevens van de webserver in JS op te halen via een xmlhttprequest, beter bekend als AJAX.