+ 4
What is a container?
Usually in somewhere in the beginning of the body, I see a <div class="container"> tag. What exactly does "container do or mean?
7 ответов
+ 7
Container is just an name , and it is used because , when you code , you think at the container as something that holds the whole code(or just an part , depending on what it is used for.)
"Container" is an class name, and it can be replaced with any other name.
+ 5
Divs are good Containers <div></div>
+ 4
An element that holds other elements and text.
+ 3
It can also be said class name.
+ 3
🌲 Alex Tusinean 🔥
If using bootstrap, container class cant be replaced by other.