Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Should I use table or div for a price list?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #256474
    serhiicss
    Participant

    https://i.imgur.com/SwE3930.png

    I am coding a price list as pictured. What would be a semantic approach, a table-based or div-based? Or does it really matter?

    Thank you.

    #256480
    Paulie_D
    Member

    Technically and semantically it’s tablular data so I would use a table.

    Absolutely nothing wrong with that at all…

    I could argue for a list but, frankly it’s a table of prices…no need to re-invent the wheel.

    #256501
    serhiicss
    Participant

    Thank you for your input. I will go with table.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.