&<>"'©®™€ HTML entities are used to display reserved characters in HTML. Special characters like <, >, and & must be encoded to prevent them from being interpreted as HTML code.
<div>Hello & Goodbye</div><div>Hello & Goodbye</div>