| Web accessibility is highly improved by established a | | | | Another advantage of having a web layout that is |
| tableless web design. This makes the website suitable | | | | tableless is the bandwidth savings. This is due to the |
| and accessible in any forms of the devices such as | | | | fewer number of HTML are being used. As a |
| mobile phones and gadgets like PDA. The rapid | | | | consequence, downloading is easier since the pages |
| improvement and growth of the Internet, there is a | | | | become smaller. Another advantage is seen on the |
| need to make it compatible in any platforms. | | | | ability to maintain of the web design. The main HTNL |
| There are devices which make it difficult for this | | | | becomes the main web layout. HTML editors are |
| type of web design to be incorporated due to logical | | | | necessary to change any part of the position layout. |
| structure issues. These devices include Braille and | | | | Sometimes, this becomes more difficult but it can be |
| screen readers. It is also a hindrance to web crawler | | | | readily resolved using certain find-and-place tools that |
| and search engines. | | | | are also easy to find. Those layout with CSS, the |
| To answer this issue of tableless web design, CSS or | | | | information layout are practically placed in one location |
| the design and HTML or the structure has now | | | | In general, HTML files are not required to be |
| become two separate entities that allow layouts | | | | adjusted whenever layout changes are necessary. |
| possible and compatible with a number of devices. It | | | | However, if changes are necessary, most of the |
| also allows the users to have options about the | | | | time, class-tags are used as markup elements that |
| printing styles, appearance modification and navigation | | | | aid in re-grouping of different sections. Therefore, |
| element manipulations. These were considered as | | | | the tableless type of web layout is necessary. |
| problems in the past. | | | | |