It's All About Tables
| Category | : CSS | Views | : 4310 | ||
| Version | : 2.0 | Rating | : | ||
| Type | : Text | ||||
Obviously, its not as the title says, but still, this is a tutorial regarding one of the most important things in webdesigns, that have been used ever since the first HTML codes. What would you be doing without tables? Tables are that important to any coder because they represent the base of everything its where you attach everything. It is a known fact that thanks to CSS, you would not need any tables to keep things together but the truth is actually that behind all complex, popular, good-looking websites there are still held together by those popular tables. Look at almost any website around and then check its source and it will not take too long until you find the very known <table> tag.
Managing tables
Rather than what they were originally intended, nowadays tables are used for far more complex things and web pages. The basic idea was for them to display data exactly how applications such as Microsoft Excel do it several rows and columns that separate data in other words, tabular data. Still, as said before, it is a long time now since tables have first served as a grid upon which fundamental things are built in order to put together an entire webpage. But if they were used for such a long time, why was it better to use CSS for tables you might ask.Well, the problem with HTML was that no web designer found a viable method through which components or even visual zones could be arranged with just HTML code. For example, if you would be working for a photo magazine and you would have a website, you would be interested that each and every element in that page is arranged precisely as you would want them. This is where CSS steps in. With CSS you can actually get pixel-level control.
