Which one to use?

Discussion in 'HTML & Website Design' started by nbl123, Jun 9, 2008.

  1. #1
    In Designing the layout of a pege should we use Html Table or Div Tag?
     
    nbl123, Jun 9, 2008 IP
  2. compactservice

    compactservice Banned

    Messages:
    149
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I will suggest DIV tag.
     
    compactservice, Jun 9, 2008 IP
  3. nbl123

    nbl123 Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Can u please tell me some benefits of DIV Tag Over Table tag.
     
    nbl123, Jun 9, 2008 IP
  4. webblab

    webblab Guest

    Messages:
    394
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Of course div tag
     
    webblab, Jun 9, 2008 IP
  5. pavelJ

    pavelJ Peon

    Messages:
    17
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    There is no benefits of DIV, it is a question of taste.
    I am personally using a combination of TABLE (where I need tables) and DIV for layouts
     
    pavelJ, Jun 9, 2008 IP
  6. ferman

    ferman Well-Known Member

    Messages:
    968
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    140
    #6
    div is good its SEO friendly
     
    ferman, Jun 9, 2008 IP
  7. adsensenewb

    adsensenewb Peon

    Messages:
    129
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If I want my site to be centered in the middle of the page, I usually use
    <div align="center"> (how do you do this with CSS?)
    <table>
    </table.
    </div>

    ~~~~~~~

    As for <div> tags being SEO friendly..... it doesnt make a bit of difference. Onpage SEO only amount to 5-10% of the equation, anyways.
     
    adsensenewb, Jun 9, 2008 IP