Integrating JavaScript with HTML
Oct-5-2009 By
To integrate javascript with the html, the following syntax must be used.
< script language=“JavaScript” >
–Javascript program–
< /script >
The javascript can be included anywhere in the header or body of an html.
To hide the javascript from other browsers the following is used.
< ! -- hide the script from other broswsers
// stop hiding from other browsers - - >
Posted in: HTML, JavaScript
Add A Comment