By default, elements within a page are laid out according to a "normal" flow. This means elements are placed one after the other on the page. This is called "static" positioning. This behaviour can be overridden using other positioning methods.
Checkout the MDN docs for a great guide.