Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 8: Enhancing Web Design with Cascading Style Sheets (CSS)!

Instruction

How to Float and Clear Elements for Page Layouts

Floating elements is a CSS technique used to create layouts where elements are positioned beside one another, such as in two- or three-column layouts. By using the float and clear properties, you can control how elements are positioned in relation to each other.


The Float Property

The float property allows you to move an element to the left or right, causing othe...