9. Which CSS property is NOT part of the box model? of the box model?
Anonymous Quiz
10%
margin
31%
padding
52%
opacity
7%
border
10. Which of the following CSS properties is used for creating a flexible grid layout that allows items to grow and shrink within a container?
Anonymous Quiz
29%
display: grid;
38%
display: flex;
33%
display: inline-block;
0%
display: block;
👍1
Which of the following is not a appropriate value for voice-balance in CSS?
Anonymous Quiz
14%
left
64%
leftwards
9%
up
14%
centre
Which of the following is not a appropriate value for voice-rate in CSS?
Anonymous Quiz
13%
slow
29%
fast
38%
medium
21%
none of the mentioned
Choose the option that correctly specifies the output of the following CSS.
span { border: 1px solid red; outline: green dotted thick; }
span { border: 1px solid red; outline: green dotted thick; }
Anonymous Quiz
24%
All span elements will have a red border and a green dotted outline
38%
All span elements will have a green thick border and a red outline
24%
All span elements will have an outer red border and inner green dotted border
14%
All span elements will have a outer green dotted border and an inner red border