Is it possible to format a cluster of related divs so they resemble a table as shown in the attached image? Thank you!
<div class="collection"
<div class="group">
<div class="label">Label1</div>
<div class="value">Value1</div>
</div>
... repeats n times
</div>
Please Note: The HTML code provided is automatically generated and I have no control over its output. My objective is to customize the div elements to mimic a table structure.