JavaScript in <head> or <body>

Mayank
Mayank
Member
194 Points
12 Posts

Hi,

where we put javascript in html page 

JavaScript in <head> or <body>

Views: 8522
Total Answered: 1
Total Marked As Answer: 0
Posted On: 21-Feb-2015 08:57

Share:   fb twitter linkedin
Answers
NiceOne Team
NiceOne...
Editor
1382 Points
14 Posts
         

Hi, Mayank

You can put javascript in the <body>, or in the <head> section of an HTML page, or in both.

AS:

<script type="text/javascript">
put here the javascript code
</script>
Posted On: 21-Feb-2015 08:01
 Log In to Chat