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