Free Online Programming Tutorials

Let’s Learn Web Programming!





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 - - >

Add A Comment