Block elements are normally displayed without starting a new line.

Prepare for the Web Design EOPA Test. Study with interactive quizzes and multiple-choice questions, complete with hints and detailed explanations. Get ready for your web design certification!

Multiple Choice

Block elements are normally displayed without starting a new line.

Explanation:
Block elements in normal document flow start on a new line and stretch to fill the width of their container, so they stack vertically. This is why placing two block elements one after another creates a line break between them. Inline elements, by contrast, flow on the same line and only wrap when needed. You can make blocks appear on the same line by changing their display to inline or inline-block, or by using layout techniques like flexbox or grid, but by default block elements do start on a new line. That’s why the statement is false.

Block elements in normal document flow start on a new line and stretch to fill the width of their container, so they stack vertically. This is why placing two block elements one after another creates a line break between them. Inline elements, by contrast, flow on the same line and only wrap when needed. You can make blocks appear on the same line by changing their display to inline or inline-block, or by using layout techniques like flexbox or grid, but by default block elements do start on a new line. That’s why the statement is false.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy