After parsing HTML, browser parse the styles or javascript? Or it depends of the import sequence?
            Asked
            
        
        
            Active
            
        
            Viewed 621 times
        
    1 Answers
1
            
            
        CSS and Javascript files are loaded and parsed as they are included in the HTML (or loaded by Javascript code)
 
    
    
        SLaks
        
- 868,454
- 176
- 1,908
- 1,964
- 
                    So, if i need to ensure that styles are loaded first than script, the only way is moving the import statement before script import? – Savrige Oct 19 '14 at 01:53
- 
                    
