JavaScript is THE scripting language of the Web

document.write(txt); JavaScript will now output the proper text string: We are the so-called "Vikings" from the north. Here is another example: document.write ("You \& I are singing!"); The example above will produce the following output: You & I are singing! The table below lists other special characters that can be added to a text string with ... ................
................