| Div Tags vs Tables | | | | search engines, and lets face it, if your site doesn't |
| Since I started designing websites in 1996 I have | | | | rank high in search engines it needn't exist at all on |
| knew nothing other than for any of my web page | | | | the Internet. It seem much better to use a tag such |
| layouts. But now 11 years on it seems im having to | | | | as and assign a class to it such as , this way your |
| learn it all again. Theres no other job I can think of | | | | page is more structured, easier to index and less |
| that has you learning something new every day, and | | | | bloated, you would certainly shave a few kb off the |
| I do mean everyday guaranteed. | | | | size of your main page thus getting quicker loading |
| The world of web design and website programming | | | | times and better results in the likes of Google or |
| is changing vastly, it seems every time I turn the | | | | Yahoo. |
| computer on i have at least 5 or 6 different emails | | | | But what about the information that contained? The |
| about how Google is changing or how XHTML and | | | | sizes, borders, fonts and margins? Well that's where |
| web 2.0 is the way forward, every day theres | | | | a Cascading Stylesheet is effective. Remember the |
| something new. Thats why i like my job as a web | | | | tag above?, well the class can be defined in your |
| designer. | | | | style sheet, an external file that is solely for the use |
| The tag it seems is almost obsolete and that goes | | | | of layout. Web 2.0 uses stylesheet like such, which |
| for it's sub tags such as or , these tags make pages | | | | enables you create fluid like pages, images and text |
| bloated and full of information that is useless to the | | | | can flow together and be cross browser compatible. |