InterviewSolution
Saved Bookmarks
| 1. |
What is Bootstrap? What are the advantages of Bootstrap over CSS? |
|
Answer» BOOTSTRAP is an Open Source Front-End framework developed by Twitter that is used for making web development easier and faster. This is NOTHING but a reusable code that we can freely download and use for our own web development so that we get the functionality without having to re-write the same code (i.e., not inventing the wheel again). It supports ALMOST all of the browsers and hence can WORK with any browser. Bootstrap also makes the website responsive i.e., they fit the screen no matter which device is being used to view the website. Advantages of Bootstrap over CSS:
|
|