3.4 bootstrap Flashcards
What is Responsive Web Design (RWD)?
“Creating web sites which automatically adjust themselves to look good on all devices”
What technologies are used in RWD?
“Only HTML and CSS”
What is the viewport?
“The user’s visible area of a web page”
What is the recommended viewport setting for responsive web design?
“<meta name=’viewport’ content=’width=device-width
What is a CSS media query?
“A CSS technique introduced in CSS3 that includes a block of CSS properties only if a certain condition is true”
Give an example of a media query.
“@media only screen and (max-width: 600px) { body { background-color: lightblue; } }”
List typical device breakpoints used in media queries.
“Extra small (phones
What is Bootstrap?
“A free front-end framework for faster and easier web development”
Name three advantages of Bootstrap.
“Easy to use
What are the core components of Bootstrap?
“HTML and CSS based design templates and optional JavaScript plugins”
Is Bootstrap compatible with modern browsers?
“Yes
What are the Bootstrap 5 grid classes?
“.col-
How many columns does the BS5 Grid System have?
“12”