Fundamental of Bootstrap

Bootstrap Overview:

Bootstrap is a sleek, intuitive, and powerful, mobile first front-end framework for faster and easier web development. It uses HTML, CSS, and Javascript.
     
Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter. It was released as an open source product in August 2011 on GitHub.

→Why  use Bootstrap??
    1)Mobile first approach : Bootstrap 3 framework consists of Mobile first styles throughout the entire library instead of them in separate files.
    2)Browser Support :   It is supported by all popular browsers.
    3)Easy to get started :With just the knowledge of HTML and CSS anyone can get started with Bootstrap
    4)Responsive Design :Bootstrap's responsive CSS adjusts to Desktops, Tablets and Mobiles. More about the responsive design is in the chapter Bootstrap Responsive Design.

Comments