Create table using Javascript - Stack Overflow

PHOTO EMBED

Fri Jan 06 2023 10:27:56 GMT+0000 (Coordinated Universal Time)

Saved by @marinos26 #html

<table width="100%" border="1">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td rowspan="2">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
content_copyCOPY

https://stackoverflow.com/questions/14643617/create-table-using-javascript