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

15220012-Tugas 2.1

<!DOCTYPE html>
<html lang="en">
  <head>
    
  </head>
  <body>
    <h1>Tambah Dosen</h1>
    
    <form class="form-inline">
  <div class="form-group">
    <label for="NIDN" class="sr-only">NIDN</label>
        <input type="text" readonly class="form-control-plaintext" 
  </div>
  <div class="form-group mx-sm-3">
    <label for="inputUsernamw" class="sr-only">Username</label>
    <input type="username" class="form-control"
  </div>
  <br>
  <input class="btn btn-primary" type="submit" value="Tambah">
  <input class="btn btn-primary" type="submit" value="Batal">
</form>

    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
  </body>
</html>

Advertisements
Loading...

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