I think all of you have heard about CSS based websites. If not, now you heard it. :D
Ok, What is this CSS based websites called?
We know that in the past, developers used Table structure as their based layout for a website design. Most developers are able to do great websites with this table layout system and not it has become a old technique.
When used table structure, the main problems comes with Rendering and Loading.
If the site uses more and more tables, it's get more time load the page.
Also some of the rendering problems like wrong image placements, Padding errors etc.
But when CSS (Cascade Style Sheets) become popular, table layout system get outdated.
Because CSS has great flexibility when it comes with layout designing.
Advantages when use CSS
- CSS makes faster loading
- Easy to code for cross browsers
- Website weight reduce by more than 50%
- Very simple when need to change the color theme or any style update.
- And many more... you will find them when using it
0 comments:
Post a Comment