8.0 CSS Display
8.0 CSS Display
1. The Block way: we can set the width/height of the element but
the element will occupy the entire row.
2. When an element has its display set to inline we can’t set its
width or height. However we can put as many elements as possible
on a single row as long as it is space available.