The CSS Box Model
Created: 2022-10-08
You can set various values for the display type using the display property.
display
Following values changes how elements behave in normal flow - block - inline - inline-block
block
inline
inline-block