A
Aura Dev

HTML Entity Encoder / Decoder

Safely encode or decode HTML characters (e.g., <, >, &) to/from entity format.

What are HTML Entities?

HTML Entities are special codes used to display reserved characters (like <, >, &) or invisible characters in HTML documents.

Encoding text into HTML entities prevents browsers from misinterpreting the text as HTML code, which is crucial for preventing XSS (Cross-Site Scripting) attacks.