| Tables design is the web design which uses HTML | | | | there are certain websites which use tables for |
| tables to design a page layout and control processes. | | | | layout and CSS for text formatting only. |
| Instead of tables then emerged a new style sheet | | | | Tables vs. CSS: |
| language CSS (Cascading Style Sheets). | | | | - Accessibility: the layouts in tables are actually better |
| Use: These languages or to e specific this language | | | | over CSS because if you want to open your PDF |
| was then used to arrange page elements and text | | | | files in your mobile phones then it becomes |
| on the web page. | | | | necessary that they are accessible and tables allow |
| Introduction to CSS: World Wide Web Consortium | | | | them to be accessible on mobiles also. |
| introduced CSS language which was used to improve | | | | - Implementation: clever implementation of tableless |
| accessibility to web and to make the HTML code | | | | design is able to produce web pages with less of |
| more semantic than presentational. | | | | HTML tags which will allow the user to download |
| Advent of CSS: when CSS web design was | | | | pages easily from the web. |
| introduced many web developers found it much | | | | - When it comes to tableless designs then if any |
| easier to use. They considered the formatting | | | | changes are to be made, it is then easier in your CSS |
| through CSS very simple, infact they considered the | | | | design to change them rather than changing in |
| <FONT> tag to be obsolete in reference to | | | | table’s web design. This is infact a difficult task. |
| table’s web design. Earlier CSS had very limited | | | | - It happens that in some browsers CSS does not |
| and difficult to use layout capabilities but now the | | | | get full support and hence the downloading can be |
| times have changed and now CSS ahs improved a lot | | | | incomplete. This happens especially in the case of |
| with many common page layouts especially its | | | | NETSCAPE 4 software, where CSS downloading is a |
| 3-column design. | | | | problem. |
| Since 2006 CSS has improved significantly but still | | | | |