HTML Entities Encoder

💡

💡 HTML Entities

HTML entities are used to display special characters that would otherwise be interpreted as HTML code. For example, < becomes &lt; to display the less-than symbol in HTML.