Completion requirements
View
1. Introduction
After completing this module, you are expected to:
- float multiple elements;
- float elements in a container;
- use floats to create columns.
The previous learning module explains the basics of floating property. Let us look at more
examples and explore additional floating behaviors. With CSS, it is possible to float multiple elements,
float all the elements in a container element to create a multicolumn layout, as we will see in this module.