| -- End Ad Box ---> | | | | without table. But if you use or tag you could |
| Tables less website | | | | bring any contents to top and afterwards for |
| This could be surprise for some but most | | | | pocket devices and other browsers. This |
| designers know W3C recommend table less sites. | | | | reference becomes more important when you |
| Actually the tables are made to display tabular | | | | get to know that Search Engines also read the |
| data in spread sheet format and it been used for | | | | site without tables and do read few kb of |
| many year to design and develop websites. But | | | | contents, so they will read what they find first. |
| after the introduction tag, tag and | | | | The tables Less site has one more quality which is |
| tag people start comparing the utility between the | | | | the backbone of a very well built site, it load |
| site created in nested tables and site created | | | | much faster then table based website. |
| table less. | | | | So if future technology only like table less sites |
| Yahoo and bing both see the site structure for | | | | then how to make it. The answer is very simple |
| giving the site ranking and most importantly W3C | | | | with the help of CSS. You can design you |
| recommend to make the WebPages without table | | | | webpage or website with the help of CSS. You |
| even if you want to display data, it is | | | | can put a tag and define it’s position, |
| recommended to use xml and xst or use | | | | size and other attribute according to your |
| tags. The main reason for that is latest browsers | | | | requirement. The other benefit in using tag is |
| and browser used in pocket devices don’t | | | | you can put your tag on the top of HTML and |
| follow the same rule which is set by Microsoft for | | | | shows it in footer, so when Search Engine robot |
| their sole browser IE [Internet Explorer] to read | | | | search your site can read that first and when |
| the tables as IE reads. | | | | someone is viewing your site in Palm Top or |
| Table-based pages are also much less accessible | | | | pocket devises the user get to see those |
| to users with disabilities and viewers using cell | | | | contents first even if content is on the bottom. |
| phones and PDAs to access the Web. Most of | | | | The redesign of websites become more |
| the latest browsers and mini browsers reads table | | | | inexpensive and simple you have not to redesign |
| from left to right or top to bottom, so you | | | | all pages and all section of website, by just |
| can’t see the contents as you designed in | | | | changing in CSS styles you can change the |
| these devices. More over you always see the site | | | | position and size of the layer, and it will done in all |
| left to right or top to bottom in pocket devices. | | | | pages at ones if the CSS is written for it. |
| You could not control the contents if it is seen | | | | |