« Back  |   Introduction  |   Contents  |   Next »

Float like a butterfly...

For web developers, web standards are about developing sites that use:

  1. Valid code
  2. Semantically correct code
  3. Accessible code
  4. CSS to separate presentation from code

The float attribute is an integral part of CSS. It can be used for a wide variety of purposes including aligning images, inline list positioning, image gallery layouts and multi-column layouts.