Please give me and idea on how to split this table?
Please show me an example of how to split the coding below with a <thead> and <tbody>.
<table>
<tr>
<th>Monday</th>
<td>Work</td>
<td rowspan="3">Work</td>
</tr>
<tr>
<th>Tuesday</th>
<td rowspan="2">Study</td>
</tr>
<tr>
<th>Wednesday</th>
</tr>
</table>
I tried splitting it myself but i could not get the same visual result as the coding above would produce.
Thank you for your thoughts and wisdom.
I am very gratefull to everyone here trying to help.
Kenneth Jaysone Francis
kennethjaysone@gmail.com