INTRODUCTION TO BOOTSTRAP Flashcards
is a free and open source CSS framework directed at
responsive, mobile first front end web development . It contains HTML CSS and JavaScript based design templates for typography forms buttons navigation , and other interface components
BOOTSTRAP
As of December 2022, Bootstrap is the 14th most starred project on GitHub. Bootstrap is used by 19.2% of all websites. True or False?
TRUE!
Bootstrap was created in mid-2010 by ____ and ____
Mark Otto and Jacob Thornton
Previous versions of the program(Bootstrap) were referred to as ____ and _____
Twitter Blueprint and Twitter Bootstrap
In ____, Bootstrap 2 was released which added built-in support for Glyphicons and other new components, as well as changes to many of the existing components,
Jan 2012
In ____, Bootstrap 3 was released. It updated components to use flat design and a mobile-first approach
Aug 2013
Advantages of Bootstrap(8)
- TIME SAVING
- EASY TO USE
- RESPONSIVE GRID SYSTEM
- CUSTOMIZABLE
- CROSS-BROWSER COMPATIBILITY
- ESTABLISH CONSISTENCY
- OPEN SOURCE
- HUGE NUMBER OF RESOURCES AND COMMUNITY SUPPORT
It’s because of the ready made blocks built ready for you to use them.
You don’t have to start everything from scratch, and you can modify certain
elements to make it unique with you inputs.
TIME-SAVING
No matter whether you are an expert or a beginner in web technologies, you can swiftly do the Bootstrap installation for yourself without any hassle.
EASY TO USE
are of utmost priority as there is an increase in the usage of smartphones. Any disorientation in front-end design will directly impact on the authenticity of the website.
RESPONSIVE GRID SYSTEM
You can always tweak the CSS file if you’re not satisfied with Bootstrap’s design template. Also, you can combine it with your existing design and make them complement each other’s functions.
CUSTOMIZABLE
Ensures the compatibility of the framework with all modern browsers versions and platforms.
CROSS-BROWSER COMPATIBILITY
Eradicates the use of libraries that differ from developer to developer. No matter who handles the project, the framework establishes consistency throughout the project.
ESTABLISH CONSISTENCY
You can modify according to your project demands without having to spend a dime on licenses. Also, it encourages the fellow community developers to contribute so that it can grow at a steady pace
OPEN-SOURCE
Since the Bootstrap community is big, if you are stuck with an error and you couldn’t figure out why it went wrong using Google, you can post a question.
Bootstrap updates their framework continuously and keeps the community
posted.
HUGE NUMBER OF RESOURCES AND COMMUNITY SUPPORT