Which CSS property is used to specify the style of a border?
A). A) border-style
B). B) border-width
C). C) border-color
D). D) border-type
What does the CSS property 'margin' control?
A). A) The space between elements
B). B) The space between an element's content and its border
C). C) The space between an element's border and the next element
D). D) The size of the font
What does CSS stand for?
A). A) Cascading Style Sheets
B). B) Computer Style System
C). C) Creative Style Solutions
D). D) Colorful Style Set
What does the CSS property 'border-color' control?
A). A) The color of the border
B). B) The style of the border
C). C) The thickness of the border
D). D) The alignment of text
Which CSS property is used to specify the alignment of the content inside a flex container?
A). A) justify-content
B). B) align-items
C). C) align-content
D). D) flex-align
Which CSS property is used to control the spacing between lines of text?
A). A) line-height
B). B) text-spacing
C). C) line-spacing
D). D) spacing
What does the CSS property 'font-family' control?
A). A) The font size
B). B) The font style
C). C) The font weight
D). D) The font type
What does the CSS property 'overflow' control?
A). A) The visibility of an element
B). B) The position of an element
C). C) The content overflow of an element
D). D) The size of the font
What does the CSS property 'position' control?
A). A) The color of text
B). B) The size of the font
C). C) The layout of an element
D). D) The alignment of text
Which of the following is a valid CSS selector?
A). A) .myClass p
B). B) #myDiv.h1
C). C) p.class
D). D) div > p