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

Share This Post:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Add to favorites
  • MySpace
  • RSS
  • StumbleUpon
  • Technorati
  • Twitter

Add A Comment