Her

Home HTML and CSS Tutorials Script Tags in HTML

Script Tags in HTML

Author: Kyscorp.com Author's URL: www.kyscorp.com More by this author

In this tutorial you will learn the meaning of the tags related to scripts in HTML:

Tag Description
<script> Defines a script
<noscript> Defines an alternate text if the script is not executed
<object> Defines an embedded object
<param> Defines run-time settings (parameters) for an object
<applet> Deprecated. Use <object> instead
   
Examples:

 
Language Tags
Javascript <script language="JavaScript" type="text/JavaScript"></script>
VBScript <script language="VBScript" type="text/VBScript"></script>
PHP <script language="PHP"></script>

Script Tags in HTML
Scripting with Dreamweaver