NEW
Font size
WorksheetsCSS Flexbox + Multiple Column + ViewPort
Total questions: 5
Worksheet time: 5mins
The Flexible Box Layout Module makes it easier to design flexible responsive layout structure without using float or positioning.?
False
True
Which of the following ways is correct to Set the ViewPort ?
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Absolute
None of the above
A <meta> viewport element gives the browser instructions on how to control the page's ______________.?
sides
angles
dimensions and scaling.
The column-count property specifies the number of columns an element ______?
The Text is shown normal.
should be divided into.
None of the above
Which of the following is the correct form to create a flex-wrap property?
.flex-container {
display: flex;
flex-wrap: wrap;
}
flex-wrap: no-wrap;
None of the above
