Bootstrap selftest

What is Bootstrap?
Please select exactly one correct alternative.

Answer

Bootstrap is a JavaScript framework for developing responsive, mobile-first websites.
What is UI Bootstrap?
Please select exactly one correct alternative.

Answer

Bootstrap components written in pure AngularJS by the AngularUI Team
What is Mobile First design?
Please select exactly one correct alternative.

Answer

"Mobile first", unobtrusive JavaScript, and progressive enhancement are related concepts that predate RWD. Browsers of basic mobile phones do not understand JavaScript or media queries, so a recommended practice is to create a basic web site and enhance it for smart phones and PCs, rather than rely on graceful degradation to make a complex, image-heavy site work on mobile phones.

Reading

__________
Why must you use <!DOCTYPE html> in your web page when using Bootstrap?
Please select exactly one correct alternative.

Answer

Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype.

Reading

CSS
What is a Grid system?
Please select exactly one correct alternative.

Answer

Grid systems are used for creating page layouts through a series of rows and columns that house your content.

Reading

Grid system
What is a Media Query?
Please select exactly one correct alternative.

Answer

Media queries are used to define different style rules for different media types/devices.

Geen opmerkingen:

Een reactie posten