table vs. divs - confusion

Out of context: Reply #13

  • Started
  • Last post
  • 17 Responses
  • ukit0

    Above all, think carefully about how you are writing your CSS and don't escapsulate ten million divs inside each other, it's just as bad as tables.

    I like to see how few elements I can use to make a layout work, and use traditional descriptive elements like <p>, <h1> etc tags as much as possible. Imagine someone was viewing your page without any styling, would it still have some kind of structure or no?

    • would I first do it in HTML
      for structure - then add CSS for styling?
      alicetheblue

View thread