Bootstrap Table -9

 

<!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">
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">

    <title>Hello, world!</title>
  </head>
  <body>
    
    <br>
  


     <div class="container  table-responsive-sm">
       <h1 class="text-center font-italic text-primary font-weight-bolder">BOOTSTRAP TIME TABLE </h1>
       <table class="  mt-3 table table-bordered table-hover table-active  ">
         <thead>
           <tr class=" text-center bg-dark text-white  " >
             <th colspan="6"  class="font-weight-bolder"><h3>Time Table</h3> </th>
           </tr>
           <tr >
            <td class="text-center table-secondary"></td>
            <td class="text-center font-weight-bolder table-secondary">SAT</td>
            <td class="text-center font-weight-bolder table-secondary">SUN</td>
            <td class="text-center font-weight-bolder table-secondary">MON</td>
            <td class="text-center font-weight-bolder table-secondary">TUE</td>
            <td class="text-center font-weight-bolder table-secondary">WED</td>
        </tr>
         </thead>
         <tbody>
             <tr>
                 <td rowspan="6" style="padding-top: 105px;"class="text-center table-secondary font-weight-bolder">HOURS</td>
             </tr>
             <tr>
              <td class="text-center">MINS</td>
              <td class="text-center">MINS</td>
              <td class="text-center">MINS</td>
              <td class="text-center">MINS</td>
              <td class="text-center">MINS</td>
            </tr>
            <tr>
                <td class="text-center">MINS</td>
                <td class="text-center">MINS</td>
                <td class="text-center">MINS</td>
                <td class="text-center">MINS</td>
                <td class="text-center">MINS</td>
            </tr>
            <tr>
                <td class="text-center font-weight-bolder table-secondary text-dark" colspan="5">BREAK TIME</td>

            </tr>
            <tr>
              <td class="text-center">MINS</td>
              <td class="text-center">MINS</td>
              <td class="text-center">MINS</td>
              <td class="text-center">MINS</td>
              <td class="text-center">MINS</td>
            </tr>
            <tr>
              <td class="text-center">MINS</td>
              <td class="text-center">MINS</td>
              <td class="text-center">MINS</td>
              <td class="text-center">MINS</td>
              <td class="text-center">MINS</td>
            </tr>
         </tbody>

       </table>
     </div>






    

    <!-- Optional JavaScript -->
    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
  </body>
</html>

Comments

Popular posts from this blog

D WEB LINK