Table or DIV Tags?

by 8 replies
10
Which tags are good for creating and dealing with tables, I am so confused kindly suggest me?
#website design #div #table #tags
  • The <TABLE> tags along with <TR>, <TD> and others create tables for you.
    • [1] reply
    • Use the <table> tags to create tables. Other than actual tables, use div instead.
  • Here's a good resource for creating HTML tables: HTML Tables
  • like above - if u got to make a table, then table tags for sure, don;t need to be a hero and try div up a table if u dont really have too
    • [1] reply
    • Table is easier for creating table. Div is for layer, but it can be used to create a table style also. If you are good at CSS, div will be good choice, otherwise stick with table.
      But, don't put too tables inside a table inside a table..
      • [1] reply
  • In my opinion You should use Div tag and css to create table.
    have a look this page Popular Curries | Hanifa Balti House
  • I thing DIV tag are much useful. with DIV tag you can make your page very attractive.

Next Topics on Trending Feed