Font size
WorksheetsCSS Quiz 2
Total questions: 10
Worksheet time: 7mins
The following is not a part of 'box model'
content
height
margin
padding
Increase the size of a text in html
text-size
font-height
text-height
font-size
Which of these combinations will have the highest specificity for inner div tag?
<div class = 'div1'>
<div class ='div2'>
Hello!
</div>
</div>
.div2{
/* some style*/
}
div{
/* some style*/
}
.div1.div2{
/* some style*/
}
.div1 .div2{
/* some style*/
}
<b></b> tag behaviour can be achieved using which property in CSS?
text-decoration
font-style
font-weight
font-bold
Which of these is a invalid value for justify-content property
space-around
space-between
space-interior
space-evenly
Default value of flex-direction
(a)
Invalid value for transform property
skew
scale
translate
None of the above
align-items property is used to style contents along which axis?
(a)
Which of these is an invalid property of grid?
grid-template-rows
grid-template-lines
grid-template-columns
grid-template-areas
property to give space between columns
(a)
