Simulated HTML table using CSS

Example here »

1 2 3 4 5 6
A B C D E F
Brief description of 1 & A (short for mobiles) Brief description of 2 & B Brief description of 3 & C Brief description of 4 & D Brief description of 5 & E Brief description of 6 & F

Suitable for narrow tables only, due to narrow screens on mobile phones. HTML markup:

<div class="group">
<div>
1
2
3
4
5
6
</div>
<div>
A
B
C
D
E
F
</div>
<div class="last">
Brief description of 1 & A (short for mobiles)
Brief description of 2 & B
Brief description of 3 & C
Brief description of 4 & D
Brief description of 5 & E
Brief description of 6 & F
</div>
</div>

Info

Page last modified: 09 January, 2026