Normal Flow
The normal flow of a page is how HTML elements are normally rendered to a page. The browser starts reading (and displaying) content from the top of the page to the bottom. When it encounters visible HTML elements, there are two primary ways that elements are displayed on a page: block and in-line. Block Elements […]