Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is wrong with using HTML tables for layout?

html layout tables wrong
0
10 Posted

What is wrong with using HTML tables for layout?

0
10

HTML tables were originally intended to be used for presenting tabular data, not for layout. The W3C discourages the use of tables for layout because they are striving for a web in which content and structure are completely separate from presentation. In the W3C’s world view, CSS is the vehicle by which presentation and layout are defined. Browser support for CSS has improved significantly in recent versions, and growing numbers of sites are migrating over to CSS entirely for positioning.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123