Register now or log in to join your professional community.
What i can comment on this is If you build a Web page and don't include any positioning rules the Web browser will decide how to place your elements on the page. This is called normal flow. It is the normal flow of elements on the Web page. Browsers will display elements in the following fashion:
If you're not sure whether an item is positioned as normal flow, you can set that position with the CSS position property:
position: static;