Use of document.write command



We used the write.document command to write the above line. To do this we included the following javascript codes in our htmlfile:

<script language="JavaScript"> document.write("I like short stories only. Look at the sourcepage too! "); </script>