Question
Can you answer these multiple-choice questions for HTML and CSS? 1) Which of the following CSS properties is used on a container in the Flexible
Can you answer these multiple-choice questions for HTML and CSS?
1) Which of the following CSS properties is used on a container in the Flexible Box model to specify how its children elements will be laid out?
flex-direction
vertical-align
justify-content
text-align
2) When using the flex property on a child element in a Flexible Box container, which part can you specify to affect the way it is laid out?
The "flex-fit" portion which determines how much available space it will take up
The "shrink" portion which determines how much the element can shrink
The "padding" portion which determines how much space to put between the elements
The "justify" portion which is considered to be the default size of the element
The "align" portion which dictates if it should align at the beginning or the end of the flow
3) Which of the following is a valid value for the display property for CSS?
grid-layout
block
fixed
flexbox
sticky
4) Which of the following CSS pseudo-classes will be applied when someone has has the pointing device over a targeted element?
:hover
:in
:mouseover
:over
5) Which of the following is a property of the Material design framework?
lightweight
responsive
un-opinionated
developed by Twitter
6) Which of the following are valid media types for a media query?
screen
resolution
float
visible
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started