Back to Freecodecamp

Learn Block and Inline Lesson A

curriculum/challenges/english/blocks/top-learn-block-and-inline/6570447ce7b02272663824df.md

latest552 B
Original Source

--description--

Most of the elements that you have learned about so far are block elements. In other words, their default style is display: block. By default, block elements will appear on the page stacked atop each other, each new element starting on a new line.

--questions--

--text--

Which of the following statements about block elements is true?

--answers--

Block elements take up only the space necessary for their content.


Block elements start on a new line and take up the full width available.

--video-solution--

2