Search
 
SCRIPT & CODE EXAMPLE
 

HTML

bootstrap 4 starter boiler plate

<!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://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">

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

    <!-- Optional JavaScript; choose one of the two! -->

    <!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
    <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>

    <!-- Option 2: Separate Popper and Bootstrap JS -->
    <!--
    <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.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://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script>
    -->
  </body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: form action without redirect 
Html :: facebook icon in html 
Html :: a href to other site 
Html :: html how to change background color 
Html :: html for dummies 
Html :: align table in middle of page 
Html :: html disable anchor link 
Html :: types of passwords html 
Html :: javascript change the number of range on change 
Html :: html quote block 
Html :: <input autocomplete="off"</input 
Html :: phone input code 
Html :: html color crimson hex 
Html :: bootstrap background color 
Html :: button accessible name html 
Html :: html color code for green 
Html :: index html example 
Html :: react native text max rows 
Html :: htlm link 
Html :: how to change the height of an image in html 
Html :: javascript button href html 
Html :: button display text html 
Html :: html umlaute 
Html :: html arrow symbol 
Html :: how to reduce the size of a button in boostrap 
Html :: bootstrap cdn 
Html :: mat-tooltip on disabled button 
Html :: bootstrap selec 
Html :: icon inside input tag 
Html :: button attributes in html 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =