8 replies
  • WEB DESIGN
  • |
Which tags are good for creating and dealing with tables, I am so confused kindly suggest me?
#div #table #tags
  • Profile picture of the author AnniePot
    Originally Posted by android45 View Post

    Which tags are good for creating and dealing with tables, I am so confused kindly suggest me?
    The <TABLE> tags along with <TR>, <TD> and others create tables for you.
    {{ DiscussionBoard.errors[4707496].message }}
    • Profile picture of the author angelie
      Use the <table> tags to create tables. Other than actual tables, use div instead.
      {{ DiscussionBoard.errors[4708147].message }}
  • Profile picture of the author ChristineCobb
    Here's a good resource for creating HTML tables: HTML Tables
    Signature
    Creating an Affiliate Tools Page Couldn't Get Any Easier. Find out how.

    Free Screencast Videos Resource Guide Here
    {{ DiscussionBoard.errors[4708192].message }}
  • Profile picture of the author deelow
    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
    {{ DiscussionBoard.errors[4711621].message }}
    • Profile picture of the author positivethinking
      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..
      {{ DiscussionBoard.errors[4712386].message }}
      • Profile picture of the author PCRecycle11
        I found a combination of css and tables the most useful. It depends entirely with your preference and the site your building. Div tags load faster than nested tables would, but tables display better for the most part as what you see is what you get, and you don't have to worry about specifying exact pixel sizes with tables, as some can resize dynamically.
        {{ DiscussionBoard.errors[4721326].message }}
  • Profile picture of the author iqbal
    In my opinion You should use Div tag and css to create table.
    have a look this page Popular Curries | Hanifa Balti House
    {{ DiscussionBoard.errors[4721456].message }}
  • Profile picture of the author rozarfrazer
    I thing DIV tag are much useful. with DIV tag you can make your page very attractive.
    {{ DiscussionBoard.errors[4722032].message }}

Trending Topics