+ Reply to Thread
Results 1 to 16 of 16




Like Tree1Likes
  • 1 Post By Curtis80
  

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

      
  1. #1
    I'm New! IntegratedS is on a distinguished road
    Join Date
    February 15, 2011
    Posts
    9
    Rep Power
    0
    Feedback Score
    0

    Default What is better to use "div" or "tables"?

    Hi all,
    I would like to know some doubts that I have. I have observer that some websites are using "div" and other "tables".
    What is the difference between those 2? What do I get or what results, if I use "div" or "tables" in my website.
    I would like to hear some professional opinions.
    Thanks a lot to all,

  2. #2
    CBW
    CBW is offline
    The Force is Strong! CBW is on a distinguished road
    Join Date
    December 22, 2010
    Posts
    10
    Rep Power
    2
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    You should use "divs". "Tables" are tables and you shouldn't use them to design a web site.

  3. #3
    The Force is Strong! malinky is on a distinguished road
    Join Date
    February 16, 2011
    Posts
    11
    Rep Power
    2
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    Websites used to be built using tables but as css improved, more standards were put in place and semantics became more important then it moved towards divs. tables should now only be used for tabular data.

  4. #4
    Jedi Master Curtis80 is on a distinguished road Curtis80's Avatar
    Join Date
    December 13, 2010
    Posts
    38
    Rep Power
    2
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    Quote Originally Posted by IntegratedS View Post
    Hi all,
    I would like to know some doubts that I have. I have observer that some websites are using "div" and other "tables".
    What is the difference between those 2? What do I get or what results, if I use "div" or "tables" in my website.
    I would like to hear some professional opinions.
    Thanks a lot to all,
    Hi,
    Div based website is better than Table based. It has lots of advantages such as:
    - You can control the website alignment by CSS
    - The loading time of DIV base website is faster than Table base website.
    - In Div, designers can make a single change to the CSS and it will modify the entire website.
    - Div base website is Search engine friendly.
    - It saves the usage of bandwidth.

    But for Div base layout, you should have knowledge about CSS. Otherwise, you can’t control the Div base website errors. The other issue is it takes more time to design.

  5. #5
    I'm New! jassaal is on a distinguished road
    Join Date
    February 15, 2011
    Posts
    7
    Rep Power
    0
    Feedback Score
    0

    Default Difference between "div" or "tables"?

    Hi dear friend.
    Over the last several years, developers have moved from table-based website structures to div-based structures. Hey, that’s great. But wait! Do developers know the reasons for moving to div-based structures, and do they know how to? Often it seems that people are moving away from table hell only to wind up in div hell.

  6. #6
    I'm New! brandmantra is on a distinguished road
    Join Date
    December 29, 2008
    Location
    London
    Posts
    14
    Rep Power
    4
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    Div needs more expertise than table. Div is better for SEO. It is powerful to do content placement or positioning. You place the content closer to the top of your HTML codes, but it would be rendered on the browser in the same place. Moreover div loads faster that table.

  7. #7
    I'm New! bryanbell is on a distinguished road
    Join Date
    December 7, 2010
    Location
    Florida
    Posts
    31
    Rep Power
    2
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    There are two ways to designing a website. First called “table” and other called “div”.

    There are some advantages and disadvantages of table structure. The first one is that you can create your website easily. But the disadvantage is that the coding goes to huge and that’s why the loading time of your page is increase. Using table structure your coding become complicated.

    But nowadays div structure become very popular and it has many advantages over table structure. The first one is that your coding becomes decrease. So your coding would be under your control. Because of decreasing of coding some other person can also understand your structure easily. For the SEO benefit your page size would decrease and increase page load time.

    So finally div style is better than table structure for your website design.

  8. #8
    I'm New! mtrick is on a distinguished road mtrick's Avatar
    Join Date
    December 22, 2011
    Location
    india
    Posts
    41
    Rep Power
    1
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    Table is simple but div is best for designing Purpose.

  9. #9
    Jedi Master cyberdesignz is on a distinguished road
    Join Date
    April 5, 2010
    Location
    USA
    Posts
    62
    Rep Power
    3
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    For my point of view Div is best choice for creating website. By using div you can group elements to format them with in a styles. Table required less effort but need lot of coding.

  10. #10
    I'm New! htduhoc2012 is on a distinguished road
    Join Date
    January 8, 2012
    Posts
    1
    Rep Power
    0
    Feedback Score
    0

    Red face Re: What is better to use "div" or "tables"?

    Advice's Experts should use "DIV" when to design to friendly for spider. I am not expert but i always get information from expert another.
    ----------------------------------------------------------------
    du hoc canada | du hoc anh

  11. #11
    I'm New! meenu24 is on a distinguished road
    Join Date
    December 15, 2010
    Location
    New Delhi
    Posts
    5
    Rep Power
    0
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    Quote Originally Posted by Curtis80 View Post
    Hi,
    Div based website is better than Table based. It has lots of advantages such as:
    - You can control the website alignment by CSS
    - The loading time of DIV base website is faster than Table base website.
    - In Div, designers can make a single change to the CSS and it will modify the entire website.
    - Div base website is Search engine friendly.
    - It saves the usage of bandwidth.

    But for Div base layout, you should have knowledge about CSS. Otherwise, you can’t control the Div base website errors. The other issue is it takes more time to design.
    Yes i do agree with this

  12. #12
    I'm New! pushpa is on a distinguished road
    Join Date
    January 12, 2012
    Posts
    14
    Rep Power
    1
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    My experience is that tables are not used to lay out more people to switch from
    tables to div/CSS layout.

  13. #13
    I'm New! jacksamwhite is on a distinguished road
    Join Date
    March 14, 2011
    Location
    Bangalore
    Posts
    1
    Rep Power
    0
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    In SEO a tableless design seems perfect because search engines have problem in crawling table based designs. So its better if you use div based web design.

  14. #14
    Grand Masters simplyamazing12 will become famous soon enoughsimplyamazing12 will become famous soon enough
    Join Date
    May 6, 2010
    Posts
    593
    Rep Power
    3
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    Quote Originally Posted by jacksamwhite View Post
    In SEO a tableless design seems perfect because search engines have problem in crawling table based designs. So its better if you use div based web design.
    I have noticed this too. That is why so many new web sites are moving away from tables with CSS and toward div tags with CSS. SEO is the heart of this migration.
    My Business: Chi Chi Floral [link soon!]

    Web hosting provided by: Myhosting.com

  15. #15
    I'm New! coinmogul is on a distinguished road
    Join Date
    August 19, 2011
    Posts
    29
    Rep Power
    1
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    Div tag is better for table.....

  16. #16
    I'm New! beautymakeup is on a distinguished road
    Join Date
    January 23, 2012
    Posts
    1
    Rep Power
    0
    Feedback Score
    0

    Default Re: What is better to use "div" or "tables"?

    Offcourse div. Because HTML5 doesn't support table, so always use div

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Replies: 0
    Last Post: Apr 8th, 2010, 6:07 am
  2. Selling my "Name" , "Location" , and Avatar @ NP
    By Hurley4540 in forum Link Sales
    Replies: 23
    Last Post: Sep 26th, 2008, 11:56 am
  3. Replies: 5
    Last Post: Jul 12th, 2008, 7:04 am

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
WebTalkForums
WebTalkForums
Recent Forum Threads