Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7916135
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T14:41:50+00:00 2026-06-03T14:41:50+00:00

After years of working on the backend algorithmic and analytic stuff, I have recently

  • 0

After years of working on the backend algorithmic and analytic stuff, I have recently been forced to do some “HTML work”. (And you guys have something called jQuery now, is that right?) Anyhoo, back when I used to do HTML (prior to XHTML days), tables were very very common. Now, I see a deluge of support for “div”s and honorifics such as “table-less!”. To catch up on the years that I missed, what is the reason that divs are preferred over tables? [I recently tried to do a simple two column table (66%,33%) into divs, and the bruises are still fresh.]

I realize that the question may be subjective, so as a specific subquestion: What is the easy and concise div based HTML that renders the following table:

<table>
      <tr>
         <td width="33%">Name</td>
         <td width="67%">Description</td>
     </tr>
     <tr>
         <td>National Hockey League</td>
         <td>A much longer paragraph about the league</td>
    </tr>
</table>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T14:41:51+00:00Added an answer on June 3, 2026 at 2:41 pm

    Tables shouldn’t be used for page layouts because they are:

    • Slow to render as the browser needs to download most, if not all of the table to render it properly

    • They require more HTML then non-table layouts which means slower loading and rendering as well as increased bandwidth usage

    • They can be a nightmare to maintain as they can get complex quickly

    • They can break text copying

    • They negatively affect screenreaders and may make your cone\tent inaccessible to some users

    • They are not as flexible as using proper semantic markup

    • They were never intended to be used for page layouts

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We recently started working with XML files, after many years of experience with the
I have been working with PHP for years and gotten a very good grasp
After three years working on a C++ project, the executable has grown to 4
I'm working with someone who's looking to get back into programming after several years
After working in Eclipse for the past 3 years and memorizing all of the
After years in embedded programming, I have to develop a Windows app. I dug
I've recently returned to C/C++ after years of C#. During those years I've found
I have once again fleshed out Ruby, after two years of not touching it,
After 3 years working as an IT Support Technician, I decided to change of
I really hate working with IComparer - to this day, after years of working

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.