Cascading Style Sheet(CSS) is the technique of seperating the content and structure from styling in a web page. According to web 2.0 concept it is not a good technique to use table for structuring the web page instead they recommend the use of div tags and using css to style them.
CSS integrates the whole styling information in a single file so that you can edit that file in order to modify your whole website. I develop pure CSS based websites and have never used tables for designing purpose, my site garryy.com strictly don't use any tables.
















