document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <table border="1">
  2.   <tr>
  3.          <th>No</th>
  4.          <th>Nama</th>
  5.          <th>Umur</th>
  6.          <th>Hobi</th>
  7.   </tr>
  8.   <tr>
  9.          <td>1.</td>
  10.          <td>Dicky</td>
  11.          <td>21</td>
  12.          <td>Menulis</td>
  13.   </tr>
  14. </table>
');