Font size
WorksheetsBT CSS
Total questions: 16
Worksheet time: 9mins
Default value of flex-direction
(a)
Increase the size of a text in html
text-size
font-height
text-height
font-size
<p style="background-color:red">
inline style
embedded style
external style
internal style
<p style="background-color:red">
inline style
embedded style
external style
internal style
how many types of CSS
1 type
2 types
3 types
4 types
What are the two options for flex-direction?
row
vertical
column
horizontal
Change the border size of the body or image
border-style
border-width
border-color
width
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*/
}
The following is not a part of 'box model'
content
height
margin
padding
