Create your website with HTML and CSS
Difficulty: Beginner ● Progress: 0 / 0 modules completed
Containers
Now that we've seen the most commonly used elements for adding content to a web page, we're going to discover a few containers!
Containers have one main function: separating and organizing content
By default, a container is an empty, transparent box, but this box will, for example, allow us to divide our web page into several parts. The basic container is called a <div>, which stands for "division":
You need a free account to read this module