+ 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?
3 ответов
+ 2
Hi RAJNEESH KUMAR.
You can learn about bootstrap here:
https://www.w3schools.com/bootstrap/
+ 1
Manual ok I'm checking
+ 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..!