Also known as an entity reference. Code for a special or extended character. Entity names prevent browsers from misinterpreting these characters. For example, the lesser than and greater than signs (<, >) are used to form tags in the code. Using the entity names <
and >
instead of < and > prevents browsers from interpreting the characters as tag brackets.