[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-SCRIPT
Used to embed JavaScript programs in a web document.
Attributes
Specifies the language in which the non-HTML object script was written.
Specifies the script language type for the internal script content.
Specifies the URL of an external script. If specified, all content placed inside the <script> element will be ignored.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-SCRIPT
Script
UsageUsed to embed JavaScript programs in a web document.
Attributes
language=""
Specifies the language in which the non-HTML object script was written.
type=""
Specifies the script language type for the internal script content.
src=""
Specifies the URL of an external script. If specified, all content placed inside the <script> element will be ignored.
Live Example
<html> <head><title>SCRIPT Document Example</title> <script language="javascript"> <!-- // begin script content --> </script> </head> <body> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
