'script' Syntax and Note : script « HTML Tag Reference « HTML CSS Reference






'script' Syntax and Note

Note:

This element contains the scripts.
It can stay in either the <head> or the <body> section.
    
Syntax:
    
<script attributes events> . . . </script>
    

      
      








Related examples in the same category

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