Implementation of CSS
Is implementation of CSS via Inline CSS faster than external CSS? If yes then why? please answer this question if you know this
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Feb 7, 2012, 12:18 AM
Lower the HTTP Requests: The major benefit of using Inline CSS is lower HTTP Requests which means the website loads faster than External CSS.
Please refer the below link
http://vineetgupta22.wordpress.com/2011/07/09/inline-vs-internal-vs-external-css/
Thanks