container

Easily center a page's contents by wrapping its contents in a <container>. Containers set width at various media query breakpoints to match the grid system.

Note that, due to padding and fixed widths, containers are not nestable, and will throw an error if nested.

Example
<b:container fluid="true">... </b:container>
Output
<div class="container-fluid">... </div>

Tag Information
Tag Class org.bootstrapjsp.tags.core.misc.Container
Body Content scriptless
Dynamic Attributes true

Attributes

Name Description Flags
fluid Makes the container fluid.
rtexprvalue