- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Container
July 11, 2016
Container is the area enclosed by the beginning and ending tags.
It defines borders of specific element of the web-page.
For example, <HTML> tag encloses an entire document, while other tags may enclose a single word, paragraph or other elements.
Container must have a start tag and stop tag to close the container, otherwise the start tag will be applied to the whole document.
Containers are widely used in the Bootstrap Grid System as well.
It appears to be one of three major components along with Rows and Columns.
Container can be fullwidth (.container) or fixed width (.container-fluid)
Bootstrap requires container to wrap site contents.
It helps to have rows and columns aligned with equal padding and margin values.