Would the congregation please vote on which method they would use for including CSS into a web page giving reasons for choice.
I know of two options and can't decide which is the better choice. The style sheets in question are small and simple (about 4k) which will probably affect the choice.
Should I use
which will increase the number of server httprequests or an SSI which will increase the size of every page.
The same css is used throughout the site.
I know of two options and can't decide which is the better choice. The style sheets in question are small and simple (about 4k) which will probably affect the choice.
Should I use
Code:
<******"StyleSheet" href="************.css">
The same css is used throughout the site.
Comment