Should you still use tables in HTML?
Should you still use tables in HTML? You should only use tables for tabular data, and tabular data generally looks like something you might display in a spreadsheet or possibly a database. However, HTML5 changed the rules and now tables for layout, while not recommended, are considered valid HTML. Why are html tables bad? Here are some reasons why table layouts are bad: Tables are semantically incorrect markup for layout. Tables lock you into the current design and make redesigns MUCH harder than semantic HTML+CSS. Tables prevent certain layouts from working within them. Are HTML tables deprecated? While the element...