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?
<script>tags in FireBug you'll see that they get moved to the<head>tag automatically. – Blindy Jul 31 '09 at 16:00