Nicholas Morgan wrote:
> Does anyone know what the load order for a browser is?
>
> 1 HTML
> 2 CSS
> 3 IMAGES
> 4 JS
> 5 ???
>
When you first request a page, your browser sends a GET request to the
server, which returns the HTML to the browser. The browser then starts
parsing the page (possibl
Nicholas Morgan wrote:
> Does anyone know what the load order for a browser is?
>
> 1 HTML
> 2 CSS
> 3 IMAGES
> 4 JS
> 5 ???
>
1 first of all
2,3,4 when they occours in the HTML code.
The response from the server may be "non consequential" so the "load
order" is not (well) defined.
You can m
Does anyone know what the load order for a browser is?
1 HTML
2 CSS
3 IMAGES
4 JS
5 ???
Thanks,
Nick
---
Nick Morgan | Web Developer | New City Media
P: 540.552.1320 x204 F: 540.552.5493 C: 540.921.7835
__