Can the script tag be used inside of both the head tag and body tag?? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Can the script tag be used inside of both the head tag and body tag??

<head> <script> ... </script> </head> <body> <script> .... </script> </body>

15th Sep 2019, 4:01 PM
athira VK
athira VK - avatar
1 ответ
+ 1
Yes it can be used. Generally it is prefered to used script tag at the bottom of body tag, so that the document loads before the script tag. Hope this helps :)
15th Sep 2019, 4:12 PM
Deleted User