back

Script

Tag: <script>

The script tag is used to load a script file or contain a block of script that is to be run.

The script needs to end with the closing tag </script>

Example