CSS Display
span
display property
Block
inline
inline-block
In CSS, the display property is used to define how an element should be displayed on a web page. It controls the behavior and layout of the element.
Block: The display: block value is used to make an element a block-level element. Block-level elemen...
cssthings.hashnode.dev2 min read