Normal flow is the way elements display on a webpage by default.

For example, headings and paragraphs appear on their own line while links and buttons get grouped on the same line.

<html> <body> <h1>CodePress</h1> <a href="https://en.wikipedia.org/wiki/code">Code 101</a> <a href="https://getmimo.com/r/websites/journal.com" >Journal</a> <a href="https://en.wikipedia.org/wiki/best_coding_practices">Best Practice</a><h3>Select Tags</h3> <button>Cats</button> <button><em>Code</em></button> <button>French</button> <button><em>Code Press</em></button>]]>