Description: Illustrates the JavaScript syntax for the Write Method .
Syntax: document.write(arg1,arg2,arg3) – Multiple arguments can be specified and they will be written to the document in the order in which they occur.