Thu, 2004-07-29 19:34
Hi, can anyone explain me what is the function of a container and how should i use it. Thanks in advance.
Thu, 2004-07-29 19:46
#1
newbie question
A container is css-freaks term for an element that 'contains' other elements, in order to better control them. The most use element for a container is a div. You could have a div within a div. The master div would be a container.
At the top level, even the body tag is a container