Characters with special meaning in HTML (like < > & etc.) need to be encoded as entities:
< Less than
> Greater than
& Ampersand
" Double quote
' Single quote
Non-breaking space
Show HTML code on page without execution
Safe storage of HTML content
Handle URLs with special characters
Encode and decode HTML special characters, auto-process on paste