0
HTML display is not blocked by scripts loading, so we place scripts at the bottom of the <body> element
Can anyone explain this?
2 Réponses
0
Is this related to Javascript tutorial?
If so, then please tell which chapter because I don't know whether everyone remembers.
P.S. Please refrain from writing the question into the tags, kindly remove all words except for 'Javascript' from the tags. You can instead put the title of the respective JS tutorial chapter for additional info 👍
0
Sushant Kumar For fast rendering html page we have to put script codes and library at the bottom of Html page but before closing the body tag.