Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

14220013 - tugas 1 PBW

<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
  </head>
  <body>
     
    <h1><center>DAFTAR DOSEN</center></h1>
    <button type="button" class="btn btn-primary">tambah</button>
     <h2></h2>
  <div class="progress-bar bg-danger" role="progressbar" style="width: 100%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
  <h2></h2>

 
    
            <table class="table ">
      <thead >
        <tr >
          <th bg-warning><center>NO</center></th>
          <th><center>NIDN</center></th>
          <th><center>NAMA</center></th>
          <th><center>TIDAKAN</center></th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <th scope="row">1</th>
          <td></td>
          <td>Sri Hasta Mulyani, S.Kom., M.Kom</td>
          <td><center><div class="btn-group" role="group" aria-label="Basic example">
              <button type="button" class="btn btn-info">edit</button>
              <button type="button" class="btn btn-danger">hapus</button>
            </div></center></td>
        </tr>
        <tr>
          <th scope="row">2</th>
          <td></td>
          <td>Marselina Endah S.T., MCS</td>
          <td><center><div class="btn-group" role="group" aria-label="Basic example">
              <button type="button" class="btn btn-info">edit</button>
              <button type="button" class="btn btn-danger">hapus</button>
            </div></center></td>
        </tr>
        <tr>
          <th scope="row">3</th>
          <td></td>
          <td>M.Diqi ST.MT</td>
          <td>
              <center><div class="btn-group" role="group" aria-label="Basic example">
              <button type="button" class="btn btn-info">edit</button>
              <button type="button" class="btn btn-danger">hapus</button>
            </div></center>
            </td>
        </tr>
      </tbody>
    </table>
    <div class="progress">
        
  <div class="progress-bar bg-danger" role="progressbar" style="width: 100%; height: 2px;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
   
    
          
    
    <!-- Optional JavaScript -->
    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
  </body>
</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.