I am trying to write multi-character strings to a file, in this case writing an html doc containing the output of my program. Now, the problem is, html contains " in them, and also < > The compiler takes these as open quotes for new parts and operators, but I want them to be just part of the same st...