The task is rather strange. I need to create an html table BUT I am not allowed to use the traditional tag <table>. My table should look like this:
It would be easy to do this as shown below:
<table>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="5"></td>
</tr>
...
but, as I said, I'm not allowed to use the traditional table tags ( table, tr, td, th). Here's the JSFIddle of what I have at the moment. How can I get the same result as with <td colspan="5"></td> , but using only divs and CSS.
:
* , , () ( ).
* . . "colspanned" .