which of the following is correct in terms of row span O O O O a. <table rowspan=2> b. <td rowspan=2> c. <dd rowspan=2> d. <tr rowspan=2> code example
Example: html table colspan and rowspan
<td colspan="4">Content</td>
<td rowspan="4">Content</td>