Bootstrap > Introduction

Introduction of Bootstrap in Bootstrap

Introduction of Bootstrap


Introduction of the Bootstrap

In Web development, User Interface plays key role. Most of the developers used to create separate user interface pages for mobile and tablet and PC's. Using bootstrap we are able to create single front end framework for all devices instead of creating separate pages. 

Getting started with Bootstrap:

Bootstrap is powerful mobile first front end framework for faster and easy web development. It is very sleek, intuitive and any one can get started bootstrap with just knowledge of HTML and CSS. 

Mobile first layout:

Bootstrap comes with predefined CSS, which allows us to create responsive designs faster and very easy way.  

To create mobile first layout make sure to define Meta tag with name is Viewport and content is width=device-width and for touch zooming include initial-scale = 1.0 in content. 

<meta name="viewport" content="width=device-width, initial-scale=1.0">

If we want to disable zooming in mobile devices just add user-scalable = no to the viewport Meta tag and also include maximum-scale = 1.0 

<meta name="viewport" content="width=device-width, initial-scale=1.0  maximumscale=1.0, user-scalable=no">
 Views: 5345 | Post Order: 1



Write for us






Hosting Recommendations