Module 4 Flashcards
What CDN stands for?
Content Delivery Network
What is CDN?
A network that delivers content based on the location of the user, the origin of the webpage and the server.
What is Bootstrap?
An HTML, CSS, and JavaScript framework usedo for developing responsive websites.
What is Bootstrap CDN?
A CDN that allows users to load CSS, JavaScript and images remotely from its servers.
What is the most basic layout in Bootstrap 4?
The “Container”.
“Em” is a unit for measuring the width of something printed?
True.
What is the size of one “em”?
The width of the letter “M”.
What “Rem” stands for?
Root em.
What is the size of one “Rem”?
Rem is equal in size to the default font size of the element it is associated width.
1rem is equal to how many pixels?
16 pixels.
Bootstrap uses a “grid system” that allows up to … columns across the page.
12
Which of the following is best defined as “a unit for measuring the width of something printed”?
- Grid
- CDN
- Default
- Em
em
What is the name of the font designed for use in Bootstrap that provides users with CSS-friendly icons?
- Comic Sans
- Wingdings
- Font Awesome
- Arial
Font Awesome
What does the Bootstrap class “w-auto” do to an element?
- Creates a column for the element.
- Creates a row for the element.
- Automatically adjusts the element to the width of the screen.
- Automatically adjusts the element to the height of the screen.
Automatically adjusts the element to the width of the screen.