What are escape tags in html?
Are they " < > to represent \" < &g
"
<
>
\"
&g
Those escapes are decimal ascii escapes. You can see the values here. Take a look at the HTML column.