Question 14
Which statements about CSS display properties are CORRECT?
display: block elements always start on a new line and take full width
display: inline elements can be manipulated with height and width properties
display: inline-block elements can be placed inline and be manipulated with height and width properties
display: inline elements can’t be manipulated with height and width properties