Lesson 1 Flashcards

(55 cards)

1
Q

It is a free front-end framework for faster and easier web development.

A

Bootstrap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

includes HTML and CSS based design templates for typography, forms, buttons, tables, navigation, modals, image carousels and many other, as well as optional JavaScript plugins.

A

Bootstrap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

also gives you the ability to easily create responsive designs.

A

Bootstrap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

is the newest version

A

Bootstrap 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When was Bootstrap 5 released?

A

2021

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When was the first bootstrap released?

A

2013

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When was Bootstrap 3 and 4 released?

A

2018

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It has new components, faster stylesheet and more responsiveness.

A

Bootstrap 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

supports the latest, stable releases of all major browsers and platforms. However, Internet Explorer 11 and down is not supported.

A

Bootstrap 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

has switched to vanilla JavaScript instead of jQuery

A

Bootstrap 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the advantages of Bootstrap 5

A

Easy to use
Responsive Features
Mobile-first approach
Browser Compatibility

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Anybody with just basic knowledge of HTML and CSS can start using Bootstrap.

A

Easy to use

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Bootstrap’s responsive CSS adjusts to phones, tablets, and desktops.

A

Responsive Features

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In Bootstrap, mobile-first styles are part of the core framework.

A

Mobile-first Approach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Bootstrap 5 is compatible with all modern browsers (Chrome, Firefox, Edge, Safari, and Opera). Note that if you need support for IE11 and down, you must use either BS4 or BS3.

A

Browser Compatibility

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Bootstrap 5 uses _________ for different components (like modals, tooltips, popovers etc). However, if you just use the CSS part of Bootstrap, you don’t need them

A

JavaScript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

is designed to be responsive to mobile devices. Mobile-first styles are part of the core framework.

A

Bootstrap 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

sets the width of the page to follow the screen-width of the device (which will vary depending on the device).

A

width=device-width

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

sets the initial zoom level when the page is first loaded by the browser.

A

initial-scale=1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

requires a containing element to wrap site contents.

A

Bootstrap 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

provides a responsive fixed width container

A

.container class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

provides a full width container, spanning the entire width of the viewport

A

.container-fluid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Use the ____________ classes to determine when the container should be responsive.

A

.container-sm | md | lg | xl

20
Q

has a wide range of responsive margin and padding utility classes.

21
sets margin
m
22
sets padding
p
23
sets margin-top or padding-top
t
24
sets margin-bottom or padding-bottom
b
25
sets margin-left or padding-left
s
26
sets margin-right or padding-right
e
27
sets both padding-left and padding-right or margin-left and margin-right
x
28
sets both padding-top and padding-bottom or margin-top and margin-bottom
y
29
sets a margin or padding on all 4 sides of the element
blank
30
sets margin or padding to 0
0
31
sets margin or padding to .25rem
1
32
sets margin or padding to .5rem
2
33
sets margin or padding to 1rem
3
34
sets margin or padding to 1.5rem
4
35
sets margin or padding to 3rem
5
36
sets margin to auto
auto
37
is built with flexbox and allows up to 12 columns across the page.
Bootstrap's Grid System
38
is responsive, and the columns will re-arrange automatically depending on the screen size.
Grid System
39
extra small devices - screen width less than 576px
.col
40
small devices - screen width equal to or greater than 576px
.col-sm
41
(medium devices - screen width equal to or greater than 768px
.col-md
42
large devices - screen width equal to or greater than 992px
.col-lg
43
xlarge devices - screen width equal to or greater than 1200px
.col-xl
44
xxlarge devices - screen width equal to or greater than 1400px
.col-xxl
45
is a bordered box with some padding around its content. It includes options for headers, footers, content, colors, etc.
Card
46
A basic card is created with the ______ class,
.card
47
content inside the card has a ______ class
.card-body
48
What are the classes for background colors in bootstrap?
.bg-primary .bg-success .bg-info .bg-warning .bg-danger .bg-secondary .bg-dark and .bg-light
49
it does not work well with text, or atleast then you have to specify a proper .text-color class to get the right text color for each background.
bg-color classes
50
To add a background color to the card, use ________
Contextual Classes
51
What are the classes for text colors
.text-muted .text-primary .text-success .text-info .text-warning .text-danger .text-secondary .text-white .text-dark .text-body (default body color/often black) .text-light: