I believe javascript can be anywhere (almost), but I almost always see it in between <head></head>
. I am using jquery and wanted to know if it has to be in the head tags for some reason or if will break something if I move it. Thank you.
EDIT: Why is it almost always in the head tags?