HTML tables

Out of context: Reply #25

  • Started
  • Last post
  • 36 Responses
  • ukit0

    Still, the best option is always gonna be code that someone (whether human or a search engine, etc) can read and interpret without styling. Imagine someone received your HTML doc without any stylesheet, would it make more sense to use tables or divs?

    If you read the HTML spec, it says to use divs as a last resort now. Only when no other element is appropriate (and in HTML5 there are so many other options you'll use them much more rarely).

View thread