CSS Website Designing
As with many other things though, new techniques and methods standards are bound to emerge with time. When once tables were seen in most web pages, some experts now suggest that tables should be thrown out of the window.
In simple words, tableless web design is basically a method whereby page layout control is achieved without the use of HTML tables. Instead, text and other elements on a page are arranged using CSS (Cascading Style Sheets). This language is the brainchild of the W3C (World Wide Web Consortium). It was designed in such a way as to improve web accessibility as well as to make use of HTML for semantic purposes rather than presentational purposes.
Search engines make use of various techniques to index all existing web sites. Based on these various techniques, they assign a page rank to the web site. The higher the page rank, the more chances it will be high up in the search engine results. The higher up the site is in ranking, the more chances that people will visit the site. That means good news for the web site. That is where semantics and HTML come in.
Here are a few reasons as to why you should go tableless:
- The current W3C standards dictate the use of tableless design.
- Practically all browsers in use today support CSS for controlling layouts. As such, your site will be compatible with most any browser.
- It is easier to make global changes to the layout with the use of CSS. That is, if the coding is properly done, of course.
- Web site accessibility for people with special needs is done more easily with the proper implementation of content into XHTML documents. In this case, CSS is used only for the layout and style.
- Unnecessary code is eliminated with the use of XHTML and CSS, making for a sleeker and more manageable code.
- Tableless formats make it easier for search engines to index a web site.
Though tableless formats are being widely used for page layout control, it does not necessarily mean that tables are not being used anymore. They are merely not optimal for presentation purposes.