1.

What are the advantages of tableless layout?

Answer»
  • tables were used for tabular DATA and not for layout.
  • tableless layout make a nicer appearance.
  • <div> require less ACTUAL code than tables.
  • We can get better performance with separated out css FILES because then the browser can cache the presentation DETAILS between pages of our website.
  • Tableless design is more beneficial for SEO because it is tree type layout.


Discussion

No Comment Found