script> document.write(" enter your text here ") < /script> < /html> document.write(" ") is used in java-script for printing text on screen. This term is written between . Code: < head> < title> < /head> < body> < /body> < script> document.write(" Hello Coding ") < /script> < /html> Output: Hello Coding Java script
No comments:
Post a Comment