Encode special characters to HTML entities or decode HTML entities back to text.
HTML entities are special codes used to display reserved characters in HTML. Characters like <, >, &, and " have special meaning in HTML and must be encoded.
< = < (less than)> = > (greater than)& = & (ampersand)" = " (double quote)' = ' (single quote) = non-breaking space