Defer vs Async vs Default Browser Behavior
Default Behavior: html is getting parsed EVENT: it gets across script element html parsing stops js file is getting downloaded js file is parsed and executed html continues getting parsed DEFER html is getting parsed EVENT: it gets across scr...





