HTML Entity Encoder/Decoder
Encode and decode HTML entities. Convert special characters to HTML-safe format.
Tip: HTML entity encoding prevents XSS attacks and ensures proper display of special characters in HTML. Use encode for displaying code, decode to read encoded HTML.