Most Important Frequently Asked Bootstrap3 Interview Questions
Interview Quesions on Bootstrap3
-
Question 1. What Are The Different Ways Of Using Bootstrap?
Answer :
Bootstrap offers compiled and minified CSS with JavaScript & fonts. You can download the latest version from their official Bootstrap website. There is also CDN support for Bootstrap at
1 <!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
Source Code that can be used with LESS and SASS is also available. It also has completely CDN support with direct URL’s that once implemented runs the Bootstrap directly for your website. Bootstrap is open source and can also easily install it with Bower, npm, Composer.
-
Question 2. Explain The Basic Structure Of Bootstrap Framework?
Answer :
- Bootstrap framework takes use of front end only. Its overview start with HTML5 based grid system i.e. 12 column layout for responsive web design which has mobile first design approach.Than typography concerns with text formatting support for LESS and SASS in future. Making Bootstrap tables is easy too whereas Bootstrap Forms are very popular.
- Ease of style and making define the Bootstrap buttons with default classes available for images as well. Comprehensive helper classes and responsive utilities are there which caters to ad hoc functionality in web designing if required. For added functionality you need to download Jquery plugins i.e. Bootstrap Modals, Bootstrap Tooltip etc.
Python Interview Questions -
Question 3. What Are Bootstrap Grids? Explain Different Types Of Bootstrap Grids In Brief?
Answer :
Bootstrap grids are the popular 12 column based grid system for responsive web layouts.Fixed Layout is when some portion like header are fixed and don’t adjust to different browser but still are responsive.Fluid Layout is completely dependent on the browser and adjusts according to the device width. Bootstrap uses 1170x as standard grid layout for default.
-
Question 4. Does Bootstrap Supports Less And Sass Css Structure In Any Form?
Answer :
Bootstrap current version 3.0 fully supports LESS bases web development but for future Bootstrap 4.0 alpha version uses SASS so it Bootstrap will become comprehensive CSS based framework with LESS and SASS support.
Python Tutorial -
Question 5. Does Bootstrap Supports All The Modern Browsers?
Answer :
Current version i.e. Bootstrap 3 supports all the modern browsers with latest version i.e. Firefox, Google Chrome, IE (Internet Explorer), Opera and Safari
HTML 4 Interview Questions -
Question 6. Popular Term ‘mobile First Design’ Was Introduced In Bootstrap From Beginning?
Answer :
Although Bootstrap started supporting responsive web designing from version 2.0. Mobile First design was introduced in the Bootstrap current version 3.0
-
Question 7. Explain The Use Of Media Queries In The Bootstrap Framework?
Answer :
There are three main breakpoints that are used in Bootstrap for making it compatible to all platforms.
- Small Devices (Mobiles, Smartphone, Tablets,) at 768px
- Medium Devices (PC, Desktop, Laptops) at 992px and up
- Large Devices (Large Screen desktops, Laptops) with 1200px and up
- Max-width and Min-width are used in CSS media queries for affecting the specific device set.
HTML 4 Tutorial HTML Interview Questions -
Question 8. Explain The Use Of Icons In Bootstrap Framework?
Answer :
There are around 250 glyphs available free of cost with Bootstrap from Glyphicon Halflings fonts set. You can select the best one from the given set of icons easily.
-
Question 9. What Is The Default Gutter Width Provided In The Bootstrap 3 Grid System?
Answer :
30px is the standard size given to all Grid layouts in Bootstrap by default (15px on each side of a column).
HTML 5 Interview Questions -
Answer :
Yes it does work and restructures the columns accordingly. each group of extra columns acts as one unit, wrap onto a new line
HTML Tutorial -
Question 11. What Are The Default Sizes Given To <body> Tag In The Bootstrap Framework?
Answer :
In this framework default font size : 14px and line height 1.428 px is given to tag. Also tag are given padding-bottom of 10px by default.
Web Designing Interview Questions -
Question 12. Explain In Brief About Bootstrap 3 Tables?
Answer :
Tables can be easily made with basic html tag and specific classes provided in Bootstrap 3. You can make table with Striped rows, bordered table, hover rows, condensed table and responsive table using their specific classes for right results. Read more about Bootstrap 3 tables here.
Python Interview Questions -
Answer :
Yes different types of Bootstrap forms when viewed under 768px devices render similar properties. Inline form only works at device viewports that are at least 768px wide
HTML 5 Tutorial -
Question 14. What Are Offsetting Columns In Bootstrap 3 Grid System?
Answer :
Using Offsetting columns you can easily the column to create more spaces between your content. Just add them to your particular classes with same suffix i.e. .col-md-offset-*. Although .col-xs classes don’t support offset but they are customized using empty cells only.
-
Question 15. Can We Make Images Responsive In Bootstrap?
Answer :
Yes we can make images responsive by adding class .img-responsive which in turn applies CSS properties with max-width(100%) as well as height (auto) for covering parent element.
Java Script Interview Questions -
Question 16. What Is Well Class In Bootstrap? What It Does?
Answer :
Using Well class to any Bootstrap container results in to sunken text or inset affect to the container element and you can add small (.well-sm) & large classes (.well-lg) to make it more effective
Web Designing Tutorial -
Answer :
Yes there are options in Bootstrap 3 with comprehensive custom layout
PHP Interview Questions -
Question 18. What Are Contextual Colors In Bootstrap 3?
Answer :
These are basic colors provided them in this CSS framework. You can use them with buttons, inputs, text as well as background too.
HTML 4 Interview Questions -
Question 19. What Are Input Groups And Button Groups In Bootstrap 3 Framework?
Answer :
Using these groups you can stack them together and their behaviour is controlled easily with parent element.
Java Script Tutorial -
Question 20. What Is Bootlint?
Answer :
It is the official Bootstrap HTML linter tool. Bootlint is used to check the HTML mistakes that comes along in the structure that you have made for your web page.
. NET Interview Questions
Topic: Bootstrap3 Interview Questions
Interview Quesions on Bootstrap3
No comments:
Post a Comment