HTML Entities

Some characters are reserved in HTML.

If we use the less than (<) or greater than (>) signs in our text, the browser might mix them with tags.

Character entities are used to display reserved characters in HTML.

A character entity looks like this:

&entity_name;

OR

&#entity_number;

Example