document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Latihan Tabel 4</title>
  5. </head>
  6. <body>
  7. <table align="center" border="1" cellspacing="0" cellpadding="3" width="30%" height="30%">
  8. <tr>
  9.     <td rowspan="2" align="center" valign="top">1</td>
  10.     <td align="center">2</td>
  11. </tr>
  12. <tr>
  13.     <td align="center">3</td>
  14. </tr>
  15. </table>
  16. </body>
  17. </html>
');