HTML Entities for special characters
For any text format that uses special characters we face the problem of how to express those characters when the data we have includes those special characters. This is general problem in computer science that leads to the idea of escape sequences.
These are escape sequences for < > and & in HTML.
> >
< <
& &