JavaScript : Where to use javaScript code
JavaScript code use in following : Between the body tag of html Between the head tag of html In .js file (external javaScript) 1. JavaScript use between html body tag : Example of javaScript using inside html between body tag. Output :- Hello World 2. JavaScript use between head tag in html : Example to … Read more