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だけでこれを行う方法はありません。ページを表示するには、サーバーサイドの言語が必要です。もちろん、AJAXとしてよく知られているxmlhttprequestを通じてjsのWebサーバーからデータを取得することは可能です。