I'm having trouble figuring out how to enter the javascript in an HTML format. Can I just change the java code to HTML?
<html> <head> <script> Enter your javascript code here. </script> </head> <body> you can place your javascript code here also. </body> </html>
Do we have to use plain HTML or Css ?? Please tell me which scrip we have to insert ? Is there any modification in the javascript ? Thanks.