Bootstrap | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Bootstrap

What is Bootstrap? What is it's use? Is it used to make a web page fit any screen size? If yes then how?

5th Oct 2019, 2:03 PM
Rajneesh Kumar
Rajneesh Kumar - avatar
3 Answers
+ 2
Hi RAJNEESH KUMAR. You can learn about bootstrap here: https://www.w3schools.com/bootstrap/
5th Oct 2019, 2:07 PM
Manual
Manual - avatar
+ 1
Manual ok I'm checking
5th Oct 2019, 2:08 PM
Rajneesh Kumar
Rajneesh Kumar - avatar
+ 1
1) Bootstrap is a framework that built on HTML, CSS, and JavaScript 2)Yes, 3) bootstrap makes it easier to build responsive websites and web apps. firstly get familiara with bootstrap css classes and and grid system by referring bootstrap official documentation. secondly you must include the given responsive meta tags, in the head section of your web page <meta ="viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no> and then bootstrap.css and bootstrap.js files in the head tags too. and use bootstrap css classes and js functions to build ur website. goodluck..!
5th Oct 2019, 2:21 PM
Dan Samarawicky
Dan Samarawicky - avatar