0

After parsing HTML, browser parse the styles or javascript? Or it depends of the import sequence?

Savrige
  • 2,760
  • 3
  • 28
  • 36
  • And http://stackoverflow.com/questions/1795438/load-and-execution-sequence-of-a-web-page, and http://stackoverflow.com/questions/8996852/load-and-execute-order-of-scripts – j08691 Oct 19 '14 at 01:54

1 Answers1

1

CSS and Javascript files are loaded and parsed as they are included in the HTML (or loaded by Javascript code)

SLaks
  • 837,282
  • 173
  • 1,862
  • 1,933