Javascript Tutorial Intro – Page 3 What is a JavaScript? JavaScript is a portion of code that runs before the HTML is loaded, before the document is viewed, during the document viewing, and as it is leaving. Parts of JavaScript create HTML and is static after that point. Example: <script> document.write(“<H1>HI</H1>”); </script> This statement creates … Continue reading Intro 3
↧