I want to implement a colspan in my table with this specific CSS styling.
tr { display: block; float: left; }
th, td { display: block; border: 1px solid black; }
I have experimented with using colspan and rowspan, but it only seems to cover one column regardless of the value I provide.
You can view my fiddle here: https://jsfiddle.net/proabid/04rebu95/2/