Block

Block does not allow other boxes to sit right next to them, and it will use the whole space available horizontally.

Inner Div 1
Inner Div 2

If the box with this display property does not fit in the space available, it will try to fit some of its content, and whatever does not fit goes to a new line. To do this, shrink your browser and see it break, and then toggle between block and inline-block to see the difference.