How do you nest quotes in HTML beyond the second level? As far as I know, there are only 2 types of quotes - single(\') and double(\"). I am aware of escaping using slashes
you need to escape the characters using the \
so your code should look like
Here is some info on Special Characters