In HTML, you can write the greater than sign ">" as >
and the less than symbol "<" as <
.
Is this encoding defined by the HTML encoding or some standard like ISO, UTF-xxx, BaseXXX, etc?
This might answer your question. Basically it is HTML encoding for a few predefined characters.
Characters like >
and &
are HTML Entities
specifically, they are Named HTML Entities
It is not an encoding at all. Even informally, it is more often called “escape notation” or something like that, not an encoding.
Since the question seems to be just about the name of the construct, here are the correct terms:
>
, are called character references.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With