'src' is used with the 'script' element : src 2 « Object « HTML / CSS






'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>  

    
      
      








Related examples in the same category