| CSS is the simplest way to create attractive, | | | | completely broken. If you want to make sure |
| quality web pages. Unfortunately, many people | | | | that users from any browser get the best |
| are still attempting to control the structure | | | | experience from your web site, you need to |
| and presentation of their web pages with only | | | | start using CSS. Although it's not perfect, |
| HTML. Here are four reasons that you should | | | | CSS will ensure that visitors don't leave |
| forget about tables and start using CSS | | | | your web site because of a broken layout. |
| today: | | | | |
| | | | Easier to Update-Wouldn't it be nice to |
| Browser Compatibility-If you are trying to | | | | change the font color with a single line of |
| use tables to control the appearance of your | | | | code? With CSS, it really is this simple. |
| web site, you may be able to achieve the | | | | Although updating the appearance of a large |
| exact look you want on a single browser (such | | | | web site that only uses HTML can take days or |
| as Internet Explorer). However, when people | | | | weeks, CSS keeps all your style information |
| visit your web site with browsers like | | | | on a single page. |
| Firefox, Opera or Safari, your layout may be | | | | |