Can I include all my css in my header.html and include that common header.html in all my files or i need to give reference to the same css in all my html files? I know i can include all my JS files in a common header.html because you can put the .js files in the body tag and include the div inside a body using JQuery. But with CSS you cannot include them in body tag. All pointers will be appreciated.
Thanks in advance.