The default value for position is static (position: static;). Which causes elements to follow the “normal flow”. When you use HTML block level elements (i.e. <p>, <h1>, <div>, etc.), these follow static flow by default.
position: static;
<p>
<h1>
<div>