Looking to create a design similar to this
https://i.sstatic.net/qONUa.png
I attempted using border-spacing
, but it applies between all cells. Is there a way to eliminate the space only between label and text cells? Or would using divs for the entire structure be better? What is the recommended approach to achieve this layout?
EDIT: Appreciate all the helpful suggestions, you are amazing! I will remember to use tables for tabular data only. For now, I am going to test out GCyrillus's solution.