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

saadhyam.in

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bootstrap 101 Template</title>

    <!-- Bootstrap -->
    <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>
  <body>
    <h1>Khaja Moenuddin</h1>
<h2>ADVOCATE</h2>
<h3>PONNUR-522124 GUNTUR-DT,A.P.</h3>
<h4>+91 9346447698</h4>
    <!-- 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>

Online Bootstrap Editor

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"> 
    <link rel="stylesheet" href="node_modules/sweetalert2/dist/sweetalert2.min.css">
</head>

<body>

    <div class="jumbotron" style="background-color:peru">
        <div class="row">
            <div class="col-lg-4 text-center">
                <img src="img/logo1.png" width="150" height="150">
            </div>
            <div class="col-lg-8">
                <H1> วิชาหัวข้อพิเศษ </H1>
                <h4> คำอธิบายรายวิชา </h4>
                <p> หัวข้อพิเศษทางการจัดการสารสนเทศที่เป็นที่สนใจและสำคัญในขณะนั้นและที่เกี่ยวข้อง หัวข้อและเนื้อหาเปลี่ยนไปในแต่ละปี
                    และแต่ละกลุ่มที่เรียน โดยได้รับความเห็นชอบจากหัวหน้าสาขาและคณะบดี </p>
            </div>
        </div>
    </div>

    <div class="container">
            <h1 class="text-danger"> หัวข้อศึกษาในในรายวิชาหัวข้อพิเศษ </h1>
            <p class="text-info" > เนื้อหาการเรียนประกอบด้วย : </p>
            <p class="text-primary"> บทที่ 1 </p>
                - Bootstrap 4 Get Started <br>
                - Bootstrap 4 Grids <br></br>
            <p class="text-primary"> บทที่ 2 </p> 
                - Bootstrap Text / Typography <br>
                - Bootstrap 4 Color <br>
                - bootstrap 4 Tables <br></br>
            <p class="text-primary"> บทที่ 3 </p>
                - Bootstrap 4 Images <br>
                - Bootstrap 4 Jumbotron <br>
                - Bootstrap 4 Alert <br>
                - Sweet Alerts 2 <br><br>
            <h3> การจัดการรูปภาพ </h3> <br>

    </div>
        

    <div class="container">
        <div class="row">
            <div class="col-lg-4 text-center">
                <img src="img/11.jpg" class="rounded" width="300" height="300" alt="">
            </div>
            <div class="col-lg-4 text-center">
                <img src="img/12.jpg" class="rounded-circle" width="300" height="300" alt="">
            </div>
            <div class="col-lg-4 text-center">
                <img src="img/13.jpg" class="img-thumbnail" alt="">
            </div>
        </div>
    </div>
    <br><br>
    <div class="container">
            <h2> รายชื่อนักศึกษา </h2>
            <p> นักศึกษาที่ลงทะเบียนเรียนวิชาหัวข้อพิเศษ ภาคเรียนที่ 2/2561 </p>

    <div class="table-responsive-sm">
            <table class="table  table-striped table-bordered table-hover table-sm  ">
                    <thead>
                      <tr class="table-success">
                        <th> รหัสนักศึกษา </th>
                        <th> ชื่อ-นามสกุล </th>
                        <th> Email </th>
                      </tr>
                    </thead>
                    <tbody>
                      <tr>
                        <td> 6062110004 </td>
                        <td> สุขสันต์ ยะประพันธ์ </td>
                        <td> [email protected] </td>
                      </tr>
                      <tr>
                        <td> 6062110003 </td>
                        <td> ปริทัศน์ โตอ่อน </td>
                        <td> [email protected] </td>
                      </tr>
                      <tr>
                        <td> 6062000000 </td>
                        <td> นิตยา ทาชาติ </td>
                        <td> [email protected]</td>
                      </tr>
                    </tbody>
                  </table>
                </div>

    <div class="container">
            <h2> การใช้งาน sweetalert2 </h2>

    <div class="container">
        <button type="button" class="btn btn-info" onclick="swalfunction()">การแจ้งเตือนที่ 1</button>
        <button type="button" class="btn btn-info" onclick="swalfunction2()">การแจ้งเตือนที่ 2</button>
    </div>

    <script src="node_modules/jquery/dist/jquery.min.js"></script>
    <script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
    <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
    <script src="node_modules/sweetalert2/dist/sweetalert2.min.js"></script>
    <script>
        function swalfunction() {
            Swal.fire({
                title: 'การแจ้งการทำงานของระบบ',
                text: 'คุณได้ดำเนินการเขียนโปรแกรมการแจ้งเตือนด้วย Sweetalert 2 สำเร็จแล้ว',
                type: 'success',
                confirmButtonText: 'OK'

            })
            
        }
    </script>
<script>
        function swalfunction2() {
            Swal.fire({
                title: 'คุณต้องการปิดหน้าจอหรือไม่ ?',
                text: "คุณแน่ใจหรือไม่ที่ต้องการปิดหน้าจอนี้",
                type: 'warning',
                showCancelButton: true,
                confirmButtonColor: '#3085d6',
                cancelButtonColor: '#d33',
                confirmButtonText: 'ใช่ , ฉันต้องการ'
            })
        }
    </script>


    <br><br><br></br>



</body>

</html>

Online Bootstrap Editor

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>jQuery UI Draggable - Default functionality</title>
  <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
  <link rel="stylesheet" href="/resources/demos/style.css">
  <style>
  #draggable { width: 150px; height: 150px; padding: 0.5em; }
  .Page {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            width : 80%;
            height : 700px;
            padding: 5%;
            background-color: yellow;
            
            
    }
  </style>
  <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
  <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
  <script>
  $( function() {
    $( "#draggable" ).draggable();
      $( "#draggable" ).resizable();
  } );
  </script>


    <!-- Bootstrap -->
    <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
</head>

<body>
    <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
  <link rel="stylesheet" href="/resources/demos/style.css">
  <style>
     #draggable { width: 150px; height: 150px; padding: 0.5em; }
    .Page {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            width : 80%;
            height : 700px;
            padding: 5%;
            background-color: yellow;
            
            
    }
  </style>
  <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
  <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
  <script>
  $( function() {
    $( "#draggable" ).draggable();
      $( "#draggable" ).resizable();
  } );
  </script>

    <style>
        .categoryRow
    	{
    		background-color:green;
    		color:white;
    		font-size:15px;
    	}
            
        .categoryDetailRow
    	{
    		
    		color:black;
    		font-size: 11px;
    	
    	}    
    	.data
    	{
    	    	 text-decoration: underline;
    	}
    </style>
    <!-- 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="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
   <div class="Page">
	 <div id="draggable" class="ui-widget-content">
	    <!--<table id="display" class="table" width="100%" height="100%">
        	<thead>
	            <tr>
        	        <th></th>
                	<th>WEIGHT</th>
	                <th>SCORE</th>
        	        <th>QUARTRE</th>
	            </tr>
        	</thead>
    	     </table>
    	     -->
	</div>
 </div>


<script>
    var data= {  "title" : "Testing",
          "categorys" :
          [
            {
              "name" : "Environment",
              "detail" :
              [
                {
                  "dname" : "Electornic Waste",
                  "weight" : "10.0",
                  "score" : "2.9",
                  "quartre" : "**"
                },  
                {
                  "dname" : "Opportuniteis Clean Tech",
                  "weight" : "10.0",
                  "score" : "2.9",
                  "quartre" : "**"
                }
                  
                
              ]
            },
            {
              "name" : "Social",
              "detail" :
              [
                {
                  "dname" : "Human Capital Development",
                  "weight" : "10.0",
                  "score" : "2.9",
                  "quartre" : "**"
                },  
                {
                  "dname" : "Supply Chain labour",
                  "weight" : "10.0",
                  "score" : "2.9",
                  "quartre" : "**"
                }
                  
                
              ]
            }
            
          ]
        }

    
    /* var table=   document.getElementById("display");
     
       
        nos=data.categorys.length;
        
      
     
    for ( var i =0; i < nos;i++)
    {
        //alert("dd2");
        posToAddAt=table.rows.length;
        row=table.insertRow(posToAddAt);
        row.classList.add("categoryRow");
        cell=row.insertCell(0);
        cell.innerHTML=data.categorys[i].name;
        cellWeight=row.insertCell(1);
        cellWeight.innerHTML="";
        cellScore=row.insertCell(2);
        cellScore.innerHTML="";
        cell=row.insertCell(3);
        cell.innerHTML="";    
        dLength=data.categorys[i].detail.length;
        for(d=0; d < dLength;d++)
        {
                posToAddAt=table.rows.length;
                row=table.insertRow(posToAddAt);
                row.classList.add("categoryDetailRow");
                cell=row.insertCell(0);
                cell.innerHTML=data.categorys[i].detail[d].dname;
                cellWeight=row.insertCell(1);
                cellWeight.innerHTML=data.categorys[i].detail[d].wight;;
                cellScore=row.insertCell(2);
                cellScore.innerHTML=data.categorys[i].detail[d].score;
                cellQ=row.insertCell(3);
                cellQ.innerHTML=data.categorys[i].detail[d].quartre;;    
            
        }
  
    
    }
   
    table.border=1;*/
</script>
</body>
</html>

asdasda

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bootstrap 101 Template</title>

    <!-- Bootstrap -->
    <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>
  <body>
    <h1>Hello, world!</h1>

    <!-- 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>

Online Bootstrap Editor

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bootstrap 101 Template</title>

    <!-- Bootstrap -->
    <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>
  <body>
    
 <div class="container">
  <h1>Height Utilities</h1>
  <p>Set the height of an element with the w-* classes:</p>
  <div style="height:200px;background-color:#ddd">
    <div class="h-25 d-inline-block p-2 bg-warning">Height 25%</div>
    <div class="h-50 d-inline-block p-2 bg-warning">Height 50%</div>
    <div class="h-75 d-inline-block p-2 bg-warning">Height 75%</div>
    <div class="h-100 d-inline-block p-2 bg-warning">Height 100%</div>
    <div class="mh-100 d-inline-block p-2 bg-warning" style="height:500px">Max Height 100%</div>
  </div>
      <h2>Extra Large Modal</h2>
  <!-- Button to Open the Modal -->
  <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal">
    Open modal
  </button>

  <!-- The Modal -->
  <div class="modal fade" id="myModal">
    <div class="modal-dialog modal-xl">
      <div class="modal-content">
      
        <!-- Modal Header -->
        <div class="modal-header">
          <h4 class="modal-title">Modal Heading</h4>
          <button type="button" class="close" data-dismiss="modal">&times;</button>
        </div>
        
        <!-- Modal body -->
        <div class="modal-body">
          Modal body..
        </div>
        
        <!-- Modal footer -->
        <div class="modal-footer">
          <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
        </div>
        
      </div>
    </div>
  </div>
</div>

  </body>
</html>

Menu colanta con CSS

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bootstrap Ideaslab Example</title>

    <!-- Bootstrap -->
   <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
   
   <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
   
      
   <!-- CSS de COLANTA-->
    <link rel="stylesheet" href="https://colanta.site/pwa/css/font-awesome.min.css">
    <link rel="stylesheet" href="https://colanta.site/pwa/css/animate.css">
    <link rel="stylesheet" href="https://colanta.site/pwa/css/bootstrap.css">
    <link rel="stylesheet" href="https://colanta.site/pwa/css/main.css">

  </head>
  <body style="background-color:green;">
    <h1>Hola, Ideaslab!</h1>
    <div class="d-flex">
        <div class="px-5">
        <ul>
            <li> <i class="fa fa-home" aria-hidden="true"> PRODUCTOS</i>
                <ul>
                    <li><a href="https://getbootstrap.com/">Leches</a></li>
                    <li>Quesos</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                </ul>
            </li>
            
        </ul>
        </div>
        <div class="px-5 line-vertical-right">
            
                <ul>
                    <li>Leches</li>
                    <li>Quesos</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                </ul>
            
        </ul>
        </div>
        <div class="px-5">
            <ul>
            <li ><i class="fa fa-home" aria-hidden="true"> CORPORATIVO</i>
                <ul>
                    <li>Leches</li>
                    <li>Quesos</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                </ul>
            </li>
            
        </ul>
        </div class="line-vertical-right px-5">
        <div><ul>
            <li >productos
                <ul>
                    <li>Leches</li>
                    <li>Quesos</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                </ul>
            </li>
            
        </ul></div>
    </div>

    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    
  </body>
</html>

Menu colanta

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bootstrap Ideaslab Example</title>

    <!-- Bootstrap -->
   <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
   
   <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

  </head>
  <body>
    <h1>Hola, Ideaslab!</h1>
    <div class="d-flex">
        <div class="px-5">
        <ul>
            <li> <i class="fa fa-home" aria-hidden="true"> PRODUCTOS</i>
                <ul>
                    <li><a href="https://getbootstrap.com/">Leches</a></li>
                    <li>Quesos</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                </ul>
            </li>
            
        </ul>
        </div>
        <div class="px-5">
            
                <ul>
                    <li>Leches</li>
                    <li>Quesos</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                </ul>
            
        </ul>
        </div>
        <div class="px-5">
            <ul>
            <li ><i class="fa fa-home" aria-hidden="true"> CORPORATIVO</i>
                <ul>
                    <li>Leches</li>
                    <li>Quesos</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                </ul>
            </li>
            
        </ul>
        </div class="line-vertical-right px-5">
        <div><ul>
            <li >productos
                <ul>
                    <li>Leches</li>
                    <li>Quesos</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                    <li>item1</li>
                </ul>
            </li>
            
        </ul></div>
    </div>

    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    
  </body>
</html>

html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bootstrap 101 Template</title>

    <!-- Bootstrap -->
    <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>
  <body>
    <h1>Hebvbvbgvf, world!</h1>

    <!-- 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>

Aufzugskonfigurator Version 0.2

<!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://stackpath.bootstrapcdn.com/bootstrap/4.3.0/css/bootstrap.min.css" integrity="sha384-PDle/QlgIONtM1aqA2Qemk5gPOE7wFq8+Em+G/hmo5Iq0CCmYZLv3fVRDJ4MMwEA" crossorigin="anonymous">

    <title>Header</title>
  </head> 
  <body>

<div class="container-fluid">
<br>
      

<div class="card text-center" style="width: 18rem;">
    <div class="card-body">
      <h5 class="card-title"><strong>1.1</strong> Neubau oder Bestandsgebäude</h5>
        <p class="card-text">Ist ihr Gebäude ein Neubau <br>oder ein Bestandsgebäude?</p>
          <div class="btn-group-vertical btn-group-toggle" data-toggle="buttons">
            <label class="btn btn-outline-primary active">
              <input type="radio" name="Altbau oder Neubau" id="Altbau" autocomplete="off"> Altbau
            </label>
            <label class="btn btn-outline-primary">
              <input type="radio" name="Altbau oder Neubau" id="Neubau" autocomplete="off"> Neubau
            </label>
          </div>
    </div>
</div><br>

<div class="card text-center" style="width: 18rem;">
    <div class="card-body">
      <h5 class="card-title"><strong>1.2</strong> Wohnungsbau</h5>
        <p class="card-text">Ist ihr Gebäude ein Wohnungsbau?</p>
          <div class="btn-group-vertical btn-group-toggle" data-toggle="buttons">
            <label class="btn btn-outline-primary active">
              <input type="radio" name="Wohnungsbau" id="ja" autocomplete="off"> Ja
            </label>
            <label class="btn btn-outline-primary">
              <input type="radio" name="Wohnungsbau" id="nein" autocomplete="off"> Nein WAS DANN TEXTFELD
            </label>
          </div>
    </div>
</div> <br>

<div class="card text-center" style="width: 18rem;">
    <div class="card-body">
      <h5 class="card-title"><strong>1.3</strong> Bauweise</h5>
        <p class="card-text">Was ist die Bauweise Ihres Gebäudes?</p>
          <div class="btn-group-vertical btn-group-toggle" data-toggle="buttons">
            <label class="btn btn-outline-primary active">
              <input type="radio" name="Bauweise Bestand" id="Mauerwerk" autocomplete="off"> Mauerwerk
            </label>
            <label class="btn btn-outline-primary">
              <input type="radio" name="Bauweise Bestand" id="Montagebau" autocomplete="off"> Montagebau
            </label>
            <label class="btn btn-outline-primary">
              <input type="radio" name="Bauweise Bestand" id="Nicht bekannt" autocomplete="off"> Nicht bekannt
            </label>
          </div>
    </div>
</div><br>

<div class="card text-center" style="width: 18rem;">
    <div class="card-body">
      <h5 class="card-title"><strong>1.4</strong> Dachform</h5>
        <p class="card-text">Welche Dachform hat das Gebäude?</p>
          <div class="btn-group-vertical btn-group-toggle" data-toggle="buttons">
            <label class="btn btn-outline-primary active">
              <input type="radio" name="Dachform Bestand" id="Steildach" autocomplete="off"> Steildach
            </label>
            <label class="btn btn-outline-primary">
              <input type="radio" name="Dachform Bestand" id="Flachdach" autocomplete="off"> Flachdach
            </label>
          </div>
    </div>
</div>


    <!-- Optional JavaScript -->
    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/js/bootstrap.min.js" integrity="sha384-7aThvCh9TypR7fIc2HV4O/nFMVCBwyIUKL8XCtKE+8xgCgl/PQGuFsvShjr74PBp" crossorigin="anonymous"></script>
  </body>
</html>

mycode

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
      <script src = "/scripts/jquery.min.js"></script>
      <script src = "/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
      <div class="container">
         <h2>Brands</h2>
         <p>The car brands:</p>
         <div class = "btn-group">
            <button type = "button" class = "btn dropdown-toggle" data-toggle = "dropdown">Car <span class="caret"></span></button>
            <ul class = "dropdown-menu" role = "menu">
               <li><a href = "#">BMW</a></li>
               <li><a href = "#">Toyota</a></li>
               <li><a href = "#">Audi</a></li>
               <li><a href = "#">Mahindra</a></li>
               <li><a href = "#">Volvo</a></li>
            </ul>
         </div>
      </div>
   </body>
</html>

Advertisements
Loading...

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