Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32

Thread: What is better to use "div" or "tables"?

  1. #11
    Many people try to use table elements and its descendants for page layout, for two reasons. The first is historical: tables have been around longer than CSS. Second, tables offer a quick way to create a grid-based page layout. The prevalence of table-based layouts leads to the main gripe some have against CSS (aside from sketchy support in certain browsers): replacing table-based layout with pure CSS is often seen as a difficult task.

  2. Internet, Programming and Graphics   -   #12
    Member
    Join Date
    Feb 2011
    Location
    blitar
    Posts
    5
    "Div" more friendly with SEO.
    so if you want to look good web design by google.
    please use a "div" instead of "table"

  3. Internet, Programming and Graphics   -   #13
    brotherdoobie's Avatar Long live Hissyfit BT Rep: +1
    Join Date
    Jan 2003
    Location
    Next To Automated Alice
    Posts
    10,374
    <div>meh</div>


    -doobs

  4. Internet, Programming and Graphics   -   #14
    For developing Static websites "Div" is the best option. It will create a light weight website easy to download and less code to easily manage ...

  5. Internet, Programming and Graphics   -   #15
    It depends on you which kind of language you are using you can use both also and if you are using CSS than do not use div................

  6. Internet, Programming and Graphics   -   #16
    swizZ8's Avatar pure hatred BT Rep: +7BT Rep +7
    Join Date
    Jul 2007
    Location
    mindfulness
    Posts
    1,631
    If you are starting with web programming i would recommend using <div> tags and learning css. Of course, u will get a good grasp of HTML in the process.


  7. Internet, Programming and Graphics   -   #17
    Div is better than table.

  8. Internet, Programming and Graphics   -   #18
    You should use both divs and tables, but not for the same thing. You should use divs combined with css to style your website and you should only use table to display data that actually has to be in a table, unless is a html e-mail where you have to use tables, unless it's a html e-mail where you can't properly style the layout with divs.

  9. Internet, Programming and Graphics   -   #19
    well i think that going for table would be more beneficial as it avoids confusion n no need to do all the calculation stuffs.

  10. Internet, Programming and Graphics   -   #20
    Div are better then table.

Page 2 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •