To display HTML source code in a web page, replace all of the <, >, and & characters with <, >, and &. Paste the HTML source code in the HTML Source Code box and click the HTML Escape button. The window named Escaped HTML Source Code
contains the escaped HTML source code and can be pasted into an HTML document inside of <pre> tags.
| HTML | Escape |
|---|---|
| < | < |
| > | > |
| & | & |
In addition, the syntax highlighted markup is shown using the W3schools highlighter. Cut and paste the text in the Syntax Highlighted HTML Source Code
window for color syntax highlighting without javascript.