Block vs. Inline vs. Inline-Block
###Block
elements with display: block;.
It occupies the entire horizontal space of its parent element.
Always start on a new line.
Most elements by default belongs to this category. For a complete list please refer to MDN list of block elements
##...
acdev.hashnode.dev1 min read