HTML/CSS website design tutorial introducing CSS floats. They’re extremely important to learn. They are an easy way to create multiple columns and create image galleries and more. You could also use them to wrap text around the shape of an image. All you do is float the image left. “The float property specifies whether or not a box (an element) should float.” Possible values are – left, right, none, inherit. USAGE: #div-name { float: left; }
Video Rating: 5 / 5