| Containers/Wrappers are
Style classes of the
div HTML tag. 1. Declaration: the containers should be declared in the HTML header.
Coding
<style>
<!-- A container name may be given satisfying the use of the container -->
display: none;
<!-- media query may be used to re-declare the containers
features/attributes for given device screen size and
features --> <div class="name"> </div> The containers may be positioned directly in a given web page raw, or within a given table/cell. Containers may contain any web materials directly or within inner table/cell. Containers occupy their declared position in the given raw page and will be moved automatically to the next raw, if the width of the screen is less than the total sum of the containers width size within the specified raw. |