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?
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.
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.
Thank you for your input. I will go with table.