Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
 
PREVIOUS NEXT
Tagged: #put #script #body #tags #html
ADD COMMENT
Topic
Name
6+5 =