| HTML | Escape |
|---|---|
| < | < |
| > | > |
| & | & |
To display HTML source code in a web page, replace all of the <, >, and & characters with <, >, and &. To make these replacements, paste the HTML source code into HTML Source Code box below. 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.