I would like to display HTML source code in an HTML page. So I want it to look like it looks in your text editor. The source will be the complete source code, from the <html> tag to the end. So it needs to include the <head> and <body> with all styles in the <head>.
How would I do this?