Learn HTML step-by-step from A to Z or improve your professional skills.  Home HTML and CSS Tutorials Script Tags in HTML

Script Tags in HTML


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


Author's URL: Kyscorp.com
Learn HTML step-by-step from A to Z or improve your professional skills. More Tutorials: Featured Materials | Fresh Materials | More HTML Tutorials at Markuptutorials.com

No comments yet...
Add comments to "Script Tags in HTML"

Captcha