The Script Src attribute is a valuable tool in HTML programming. By designing a "template" first and then building it into a .js file, one can save a lot of time. Take this page for example, I first designed a template, and then split it into two seperate .js files, "wdacc1.js," and "wdacc2.js." In between these two sections goes the body of the document, the text that the veiwer will see. One must be carefull, however, to always include the appropriate HTML tags in the document for people who may have their Java Script disabled.