Quote Originally Posted by therealdeal
can anyone suggest me how can we add javascript code to html.. i am very much interested in creating websites with javascript .... please do help me out with us.. i really seek your help guys..

regards
jagan

If you know the HTML then in that you will find <head> </head> tag so in between you have to add Java script in below format.

<head>
<script language="Javascript" type="text/javascript">
<!--
// Your java script will goes here
//-->
</script>
</head>


I hope this will help you to add you and use Java script in yout HTML page. Good luck!