The normal flow of an HTML document follows the rules of block and inline elements. Because the div element is a block-level element every new instance will start on a new line. This is the default style but if needed you could specify it like this:
Below there are three divs in different colors. They are in their normal flow of block elements.