- <!DOCTYPE html> 
- <html lang="en" dir="ltr"> 
-   <head> 
-     <meta charset="utf-8"> 
-     <title>Iman Nurohman</title> 
-     <link rel="stylesheet" href="CSS.css">  </head> 
-   <body> 
- <div class="limiter"> 
- <div class="container"> 
- <?php 
- //Iman Nurohman || XI RPL 1 
- $nama = array( 
-         $index = array("1314115690", "Bruce Banner", "MIF 1","MIF"), 
-     $index =array("1314115692", "Stephen Strange", "MIF 2","MIF"), 
-         $index = array("1314115693", "Matt Murdock", "MIF 3","MIF"), 
-     $index = array("1314114799", "Peter Parker", "MIF 1","MIF") 
-     ); 
-   echo "<table> 
-         <tr> 
-         <th>NIS</th> 
-         <th>Nama</th> 
-         <th>Kelas</th> 
-         <th>Jurusan</th> 
-         </tr>  "; 
-   foreach ($nama as $siswa => $datadiri) { 
-         foreach ($datadiri as $data => $isi) { 
-           echo "<td>".$isi."</td>"; 
-         } 
-         echo "</tr>"; 
-   } 
-     echo "</table>"; 
-  ?> 
-  </div> 
-  </div> 
- </body> 
- </html>