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 4572460
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T19:38:56+00:00 2026-05-21T19:38:56+00:00

When I do web layout, I am using html <table> . However, I read

  • 0

When I do web layout, I am using html <table>. However, I read on the internet that html tables should only be used in data and should use <div> or <span> when doing layout. I searched on the internet and found about display: table . I read about it and in my own understanding (I don’t know if I understood it right) it is the same as html <table>. I find it easier to use html <table> because its way much simpler. I don’t have to worry about positioning the <div> because most of the time it goes to the spot where I did not intend to.

My question is: what are the pros and cons or disadvantages of using html <table> in layouting?

  • 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-05-21T19:38:57+00:00Added an answer on May 21, 2026 at 7:38 pm

    There’s not a whole lot of advantages to using table markup for page layout other than for someone that doesn’t want to learn proper HTML/CSS and/or is using some sort of WYSIWYG editor.

    You definitely want to use tables for tabular data, however, as there are a lot of good accessibility reasons.

    The advantages of CSS for page layout (over tables) is:

    • presentation is separated from content (which often means less HTML to deal with)
    • presentation is more flexible when updating
    • presentation is a lot easier to tailor to various devices/screens

    The css display property of ‘table’ allows your your CSS to act more like a traditional table. This gives you the benefits of CSS, but lets you use your older table logic.

    If you are well versed in CSS, about the only time you’d really want to leverage display: table is when you run into situations where you want to handle vertical centering of content…something that CSS in general seems to fail at. Do note that display: table, like a lot of CSS, does not work in older versions of IE.

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

Sidebar

Related Questions

Possible Duplicate: Why not use tables for layout in HTML? i know that using
I'm using a table to design the layout of my web page. I want
It seems to be the general opinion that tables should not be used for
Duplicate: Tables instead of DIVs and Why not use tables for layout in HTML?
I am using Tiles within my web-application. I have a standard-layout (standard.jsp) within the
I have a bunch of ASP.NET web pages (that have a standard layout) that
Some web applications, like Google Docs, store data generated by the users. Data that
I have a 3 column layout using table-less design. <div id=main> <div id=left></div> <div
I have a table I am using as a toolbar on a web page.
I'm using webpy with a basic template render = web.template.render(basedir + 'templates/', base='layout', globals=globals_vars_custom)

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.