Advantages of using tableless CSS | XHTML Web Design Techniques

Tables used to be the in thing when it came toSo how about tables? Web designers who favor
designing web sites. As with many other thingstables assert that they make the design process
though, new techniques and methods standards areeasier and less time consuming. More so, they assert
bound to emerge with time. When once tables werethat tables are more compatible with various web
seen in most web pages, some experts now suggestbrowsers. On the other hand, proponents of tableless
that tables should be thrown out of the window.formats assert that tables do not adhere to web
In simple words, tableless web design is basically astandards and web accessibility.
method whereby page layout control is achievedOver the years, people have been trying to come up
without the use of HTML tables. Instead, text andwith web standards that are based on logic and that
other elements on a page are arranged using CSSwould make it easier for everyone involved to
(Cascading Style Sheets). This language is theaccess web sites. Text readers, bots, mobile devices,
brainchild of the W3C (World Wide Web Consortium).and other elements were all taken into consideration.
It was designed in such a way as to improve webAs such, the tableless format has come into popular
accessibility as well as to make use of HTML foruse.
semantic purposes rather than presentationalWhy should you follow this standard? Here are a few
purposes.reasons as to why you should go tableless:
One thing that has been making the headlines in theThe current W3C standards dictate the use of
past year or so is the term SEO (Search Enginetableless design.
Optimization) techniques. With search engines such asPractically all browsers in use today support CSS for
Google and Yahoo making big waves in thecontrolling layouts. As such, your site will be
information sector, web designers are scrambling tocompatible with most any browser.
get on their good side. The one main goal of a webIt is easier to make global changes to the layout with
designer is to get his site on the top pages forthe use of CSS. That is, if the coding is properly
search results. How is this achieved? By making onesdone, of course.
site search engine friendly.Web site accessibility for people with special needs is
Search engines make use of various techniques todone more easily with the proper implementation of
index all existing web sites. Based on these variouscontent into XHTML documents. In this case, CSS is
techniques, they assign a page rank to the web site.used only for the layout and style.
The higher the page rank, the more chances it will beUnnecessary code is eliminated with the use of
high up in the search engine results. The higher up theXHTML and CSS, making for a sleeker and more
site is in ranking, the more chances that people willmanageable code.
visit the site. That means good news for the webTableless formats make it easier for search engines
site. That is where semantics and HTML come in.to index a web site.