fluid layout html code example
Example 1: bootstrap container-fluid
Use .container-fluid for a full width container, spanning the entire width of the viewport.
<div class="container-fluid">
...
</div>
Example 2: typo3 fluid format html
<f:format.html>foo <b>bar</b>. Some <LINK 1>link</LINK>.</f:format.html>