why have script tag in body code example
Example: when do i put my script in the body tags in html
<head>
<script></script> <!-- can go up here-->
</head>
<body>
<!-- better to go down here though-->
</body>
<head>
<script></script> <!-- can go up here-->
</head>
<body>
<!-- better to go down here though-->
</body>