HTML entities
Show markup as text instead of letting it become markup.
Encode ampersands, angle brackets, and quotes for display, or decode common named and numeric entities back into readable text.
Why encode an ampersand first?
The ampersand begins an entity reference. Encoding it before other structural characters prevents text that already resembles an entity from being interpreted as part of the conversion.