Advertisement
Guest User

contoh 4

a guest
Sep 28th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.66 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Contoh Script HTML 4</title>
  4.     </head>
  5.     <body bgcolor="blue">
  6.         <h1 style="color:white">Data Mahasiswa</h1>
  7.         <table bgcolor="red" border="1">
  8.             <tr>
  9.                 <td>NIM</td>
  10.                 <td>:</td>
  11.                 <td>12142143</td>
  12.             </tr>
  13.             <tr>
  14.                 <td>Nama</td>
  15.                 <td>:</td>
  16.                 <td>Muhamad Ridwansyah</td>
  17.             </tr>
  18.             <tr>
  19.                 <td>Kelas</td>
  20.                 <td>:</td>
  21.                 <td>12fa2f</td>
  22.             </tr>
  23.             <tr>
  24.                 <td>Jurusan</td>
  25.                 <td>:</td>
  26.                 <td>MI</td>
  27.             </tr>
  28.             <tr>
  29.                 <td>Alamat</td>
  30.                 <td>:</td>
  31.                 <td>Depok</td>
  32.             </tr>
  33.             <tr>
  34.                 <td>No.Tlp</td>
  35.                 <td>:</td>
  36.                 <td>021 871 32 62</td>
  37.             </tr>
  38.         </table>
  39.     </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement