Bootstrap is a free open source framework for front end development.Bootstrap comes with packaged HTML, CSS, and JavaScript.

Official Website: https://getbootstrap.com/

 

Why use bootstrap?

  • Bootstrap allows us to save time by using their packaged code.
  • Bootstrap provide several pre defined classes. 
    • For Button
    • For Progress bar

 

 

Setup Bootstrap

  • Add a link in index.html file or header filer of respective application
    • css file
    • js file

 

 

 

VS Extensions for CSS/Bootstrap

  • Live Server
    • Going to create almost like a server for your HTML, which has auto reload and allows us to be able to just dynamically create these web pages a  little bit easier without needing like a framework like React or Angular or Vue.
    • Open HTML page, right click and choose > Open with Live Server

 

 


Related Question