I'm having a little trouble making a HTML table that follows this structure
Can anyone shine any light on how this would be created?
I'm having a little trouble making a HTML table that follows this structure
Can anyone shine any light on how this would be created?
You could also use colspan as well as rowspan. Same formatting:
<td colspan="2"></td>