Escape double quote
<HTML> <BODY> <H1> <SCRIPT> var s = "\"\" \"\'\""; document.write(s); </SCRIPT> </H1> </BODY> </HTML>