'script' Example : script « HTML Tag Reference « HTML CSS Reference






'script' Example

    
<html>
<head>
<title>script element example</title>
    <script language="javascript" src="yourlinkedjavascriptfile.js">
    </script>
    <script id="script1" language="javascript">
    <!--script code//-->
    </script>
</head>
<body>
    <script id="script2" language="javascript">
    <!--script code //-->
    </script>
</body>
</html>
    
      
      








Related examples in the same category

1.'script' Syntax and Note
2.'script' HTML Attributes
3.'script' Event Handlers
4.'script' CSS Attributes and JavaScript Style Properties
5.'script' Microsoft Behaviors
6.'script' JavaScript Properties
7.'script' JavaScript Methods
8.'script' JavaScript Collections