0
where to place the data types script.. in head or body?
<script> var price = 55.55; document.write(price); </script> it should be placed in head or body?
1 ответ
+ 2
If you want it to run immediately before page has loaded put it in the head if you want to page to load first put it at the end of the body