Applicate interview question

What is the difference between an inline and block element?

Interview Answer

Anonymous

Apr 19, 2021

Formatting. By default, inline elements do not force a new line to begin in the document flow. Block elements, on the other hand, typically cause a line break to occur.