Output Data
//DOCUMENT.WRITE IS USED TO OUTPUT DATA
//DOCUMNET.WRITE IS ALSO USED FOR HTML
document.write("This is output message using document.write")
document.write("<BR>")
document.write("Welcome to java script")
document.write("<BR>")
document.write("Welcome to java script")
<script type="text/javascript">
//DOCUMENT.WRITE IS USED TO OUTPUT DATA
//DOCUMNET.WRITE IS ALSO USED FOR HTML
document.write("This is output message using document.write")
document.write("<BR>")
document.write("Welcome to java script")
document.write("<BR>")
document.write("Welcome to java script")
</script>