Where the element appear relative to its container or viewport.
https://developer.mozilla.org/en-US/docs/Web/CSS/display
Block: Take full width.
Inline: Behave like text, which mean it doesn't have width or height.
Flexbox: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_flexible_box_layout
Grid: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Basic_concepts_of_grid_layout