Introduction Bootstrap

Bootstrap is the world’s most popular framework for building a responsive website with a mobile view. Its provides all feature for the responsive web. When you using CSS it can be very easy to create an HTML Structure.

Let’s start first with how can use Bootstrap and the important requirements for use-

Below code called Bootstrap CDN name “bootstrap.min.css”. It is very important for create a Bootsrap Structure.you can use cdn Online or Ofline below are line you can from Click Here . Here are very different version Minimum Version of V2.3.2 or latest version V5.0.

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

Below code “js cdn” it is also very important for create a Boostrap Structure. Also find from Click Here

<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.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>

Below Code Starter Template with help of CSS & JS CDN. So your copy this Code and try to paste your “.html” page and use Bootstrap V4.0 .

Output
Tagged : / / /