What does the HTML Entities do?
Characters like <, > and & have special meaning in HTML, so literal text must be escaped as entities (<, >, &) before it is placed in markup. This tool escapes text for HTML and decodes entities — named like é or numeric like é — back into readable text.
