HTML Entities

HTML entities are special characters in HTML that represent reserved characters or symbols which cannot be directly typed into HTML. For example, < (less than) and > (greater than) are part of HTML syntax and therefore need to be replaced by entities like < and > so that they are displayed correctly in the browser.