What are containers in Bootstrap? How many types of containers are there in Bootstrap?
What are containers in Bootstrap? How many types of containers are there in Bootstrap?
Student
An enthusiastic, adaptive, and fast-learning person with a broad and acute interest in the discovery of new innovative drugs, I particularly enjoy collaborating with scientists from different disciplines to develop new skills and solve new challenges.
Containers are the most basic layout commonly used to show the main content or section of your HTML file. They have some padding, margin and through some CSS we will adjust or align the content within it. While containers can be nested, most of the layouts do not require nested containers as per the requirement of the developer.
Bootstrap comes with three different containers:
Below is an example for the container :
Hope this helps you to make your reasoning,
Happy Coding!