About the HTML Entities
HTML Entities encodes and decodes special characters such as <, >, &, and quotes into their HTML-safe entity equivalents, and back again.
It helps prevent broken markup and cross-site scripting issues when displaying user content, and lets you read entity-encoded HTML.