| Tables are relics of the past. Every web designer | | | | how large or small you wish to show them on a |
| needs to get that fact through their head. Divs are in. | | | | page. CSS can also do things that Javascript can do |
| CSS is what web design is all about these days. They | | | | without all of the extra lines of code. You are not |
| save on code length (and page load time), in ease of | | | | losing in functionality. |
| use for web designers (and re-designers), and make | | | | Make your web design easier for web designers. CSS |
| for better search engine friendliness. Here are some | | | | allows you to decide on what the same tag will look |
| reasons why cascading style sheets are far superior | | | | like throughout your website, which means less |
| to table-based web design. | | | | hassle. You or your web designer do not have to go |
| Improve your web design's search engine friendliness. | | | | into each and every page to change its styling. If you |
| The amount of code on a page is reduced by using | | | | are paying by the hour for someone to do design |
| CSS, therefore the page load time is lower, and | | | | work on your website, then CSS will save you |
| search engine spiders like that. Spiders also like it | | | | money (and time) because it is easier to modify. |
| when there is less code to go through to get to the | | | | Make your web design more accessible. Whether it is |
| content. There should be more content than code on | | | | for different web browsers or different web |
| your pages. CSS allows you to place more important | | | | browsing devices, CSS allows universal access to |
| text higher up in the code, while keeping your web | | | | your website a possibility. You have the possibility of |
| design intact by playing that text visually anywhere | | | | serving a different CSS file to each browser or |
| on the page. Through the use of H1, H2, H3, etc. | | | | device, allowing more users to benefit from your |
| tags, you have the possibility to give hierarchy to | | | | website. |
| various keywords on a given page, while deciding | | | | |