Question:Which of the following best describe the difference between inline and block-level elements?
A Inline elements occupy the full width, while block-level elements do not.
B Block-level elements stack vertically by default, whereas inline elements do not cause line breaks.
C Inline elements always start on a new line, but block-level elements do not.
D Block-level elements cannot contain inline elements
+ AnswerB
+ Report