0
What are the benefits of using external style sheets when creating a web page?
2 Respostas
+ 1
Smaller package to send as browser will cache style sheet for a while and not ask server to send it every time.
+ 1
You can apply for all number of Web pages with a single external style sheet.. Otherwise you have to write styling for every page with repeating same lines.. when we have more than one Web page....