Answers for "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>"

2

html table colspan and rowspan

<td colspan="4">Content</td>
<td rowspan="4">Content</td>
Posted by: Guest on September-29-2020

Code answers related to "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>"

Browse Popular Code Answers by Language