0
defer in script
how is better time to use defer in script tag? and which one is better? script tag in head or body? this is example: <script src="..." defer >
1 Resposta
0
For the best perfomance, you can put <script></script> tag before the </body> tag. If you do this isn't necessary to use defer or async attribute