Advertisement
androidmaker155

index.html

Sep 9th, 2014
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8" />
  5.     <title>Universal Selector</title>
  6.     <link rel="stylesheet" href="css/hapus.css" type="text/css">
  7. </head>
  8. <body>
  9.  
  10. <div>
  11.     <h1 align="center">Mahasiswa Politeknik Aceh</h1>
  12.     <table align="center">
  13.     <tr>
  14.         <th>NIM</th>
  15.         <th>Nama Mahasiswa</th>
  16.         <th>Jurusan</th>
  17.     </tr>
  18.     <tr>
  19.         <td>201103001</th>
  20.         <th>Ryan Fernando</th>
  21.         <th>Teknik Informatika</th>
  22.     </tr>
  23.     <tr>
  24.         <td>201104010</th>
  25.         <th>Desi Fitriani</th>
  26.         <th>Akutansi</th>
  27.     </tr>
  28.     <tr>
  29.         <td>201104011</th>
  30.         <th>Teuku Firdausi</th>
  31.         <th>Akutansi</th>
  32.     </tr>
  33.     <tr>
  34.         <td>201102041</th>
  35.         <th>Surya Keumala</th>
  36.         <th>Mekatronika</th>
  37.     </tr>
  38.     </table>
  39. </div>
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement