HTML Escape Codes
In HTML often times there are special characters you want use but need to "escape" not with a backslash, but with a sequence.
in this example an ampersand: & is escaped as & and displays as &
In HTML often times there are special characters you want use but need to "escape" not with a backslash, but with a sequence.
in this example an ampersand: & is escaped as & and displays as &