How do you get the content or source code of a HTML file?

I am using ie_WebBrowser.Document.Body.Innerhtml. That only gives me everything between the body tags. I need everything between the <HTML> tag.

Thanks