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
Немає способу зробити це лише за допомогою html або js. Для відображення сторінки потрібна мова на стороні сервера. Звичайно, можна отримати дані з веб-сервера в JS через xmlhttprequest, більш відомий як AJAX.