best place to add my <script> 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>