+ 3
What is Bootstrap?
New to web development and can't find out what is bootstrap 😒 Can someone explain me it in easy 😁
4 ответов
+ 7
Bootstrap is just a premade stylesheet and JavaScript library with different classes, customized elements, functions to do different things, all you would have to do is write the html for it, u don't need to spend time styling it cuz it's already done (unless u want to customize colors or something)
+ 3
um its a css framework. basically helps u to design. u can go to their official webpage and u might have an idea what that is. iirc its getbootstrap.com
+ 1
Bootstrap is a framework for web design/development, more specifically CSS and Javascript. It is basically a foundation for you to build on you can think of it like a library. It has pre-defined classes/code that you can use to quickly style a webpage without having to type all of the code out yourself. Boostrap is your greatest friend!
0
As a statistician, bootstrap is a technique to get the confidential interval of an estimate. https://en.m.wikipedia.org/wiki/Bootstrapping_(statistics)
It could also refer to the web development framework: https://en.m.wikipedia.org/wiki/Bootstrap_(front-end_framework)