Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML
IMCreator - Free Website Builder

CSS float

Also see the full, alphabetical list of CSS properties


The CSS float property is used for positioning elements. It specifies whether to float a box to the left or right of other elements, or not at all. This can assist in achieving advanced layouts similar to those of magazines and newspapers.

Also see the CSS clear property.

Syntax: float: <value>;
Possible Values:
  • left
  • right
  • none
  • inherit
Initial Value: none
Applies to: All except for positioned elements and generated content
Inherited: No
Media: Visual
Example: h1 { float: left }
Try it yourself!


Also see all CSS properties listed alphabetically


Enjoy this page?

  1. Link to this page (copy/paste into your own website or blog):
  2. Link to Quackit using one of these banner ads.

Thanks for supporting Quackit!