'src' is used with the 'script' element
<HTML> <head> <Title>Example For src</Title> <script language="JavaScript1.2" src="myJSfile.js"></script> </head> <BODY> </BODY> </HTML>