I am getting onfused... where to write the scripts.... either in body tag or in head tag.... plz answer dis | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I am getting onfused... where to write the scripts.... either in body tag or in head tag.... plz answer dis

30th Dec 2016, 4:48 AM
Rohit Mitra
Rohit Mitra - avatar
4 Answers
+ 6
you can write them in both. At end of the body, or the head.
30th Dec 2016, 5:15 AM
Nahuel
Nahuel - avatar
+ 3
Anywhere in your Html file, since it's in <script></script> tags ( or <script src="external.js"> )... Actually, recommend practice tend to be at end of body, when in past it was recommended to put it in the head ^^
30th Dec 2016, 7:19 AM
visph
visph - avatar
0
if you want to show something quick on display through JavaScript then used in <body> Tag and if you want to used for validation then used in <Head> tag.or external link.
30th Dec 2016, 9:01 AM
Rasheed Khan
Rasheed Khan - avatar
0
u can write them in both...but most favourable is to write in head tag
30th Dec 2016, 9:38 AM
Arya Shah
Arya Shah - avatar