Entities
- How I escape HTML entities before showing text on a page
HTML entities let text contain characters like <, >, and & without the browser treating them as markup. The HTML Entities tool helps with the mechanical part, but I still check the result before using it …