Show List
Quiz - CSS - 4
Select the right answer for below questions:
What is the default value of the "display" property in CSS?
block
inline
none
inline-block
inline
How do you specify multiple CSS class selectors for an HTML element?
class1 class2
.class1 .class2
.class1, .class2
#class1 #class2
.class1, .class2
What is the CSS property to specify the alignment of text within an element?
text-align
align-text
align
font-align
text-align
What is the CSS property to specify the text decoration of an element?
text-decoration
decoration-text
decorate
font-decoration
text-decoration
What is the CSS property to specify the line height of an element?
height-line
height
font-height
line-height
line-height
What is the CSS property to specify the text transform of an element?
text-transform
transform-text
transform
font-transform
text-transform
What is the CSS property to specify the visibility of an element?
hide
show
visibility
display
visibility
What is the CSS property to specify the position of an element?
position
place
locator
loc
position
What is the CSS property to specify the top, right, bottom, and left margins of an element?
padding
spacing
gutter
margin
margin
What is the CSS property to specify the top, right, bottom, and left padding of an element?
padding
margin
spacing
gutter
padding
Submit
Retry
{"qz1-629478":"inline","qz1-629479":".class1, .class2","qz1-629480":"text-align","qz1-629481":"text-decoration","qz1-629482":"line-height","qz1-629483":"text-transform","qz1-629484":"visibility","qz1-629485":"position","qz1-629486":"margin","qz1-629487":"padding"}
Leave a Comment