Top Categories

JavaScript Tutorial For Beginners #4 - Where to put your JS
  • Category:
  • Sub Category:
  • javascript tutorials
  • Tutorial
  • javascript lesson
  • Javascript
  • js lessons
  • in-line javascript
  • js tutorials for beginners
  • javascript tutorial
  • where to put js
  • where to put js code
No Views

Hey all. In this JavaScript lesson I'll show you exactly where to put your JavaScript code. The code can essentially be placed anywhere on your HTML document, but good practise dictates that you place it near the bottom of your code, and in an external file if it's global or large. <

Comments

You Might Be Interested In