What are External CSS Styles?
External Styles are the css styles which are placed in a separate file with css extension. Most of the sites over the internet use External Styles since it has many benefits. I just want to discuss what are the benefits.
Below is a list of benefits of External Styles:
External Styles are the css styles which are placed in a separate file with css extension. Most of the sites over the internet use External Styles since it has many benefits. I just want to discuss what are the benefits.
Below is a list of benefits of External Styles:
- One external style sheet only, and not the markup.
- Sitewide style changes are one-sheet.
- Once the browser accesses the style sheet, it is cached and need not be downloaded.
- Pages gets rendered faster due to style sheet caching.
- Saving on bandwidth due to style sheet caching.
- One CSS file replacing the same or similar code that would be needed in each and every (X)HTML page if working with embedded CSS.
- Markup can be devoid of any presentational information, keeping it lean and content-only.
No comments:
Post a Comment