The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
COM survey crawl data collected by Internet Archive in 2009-2010. This data is currently not publicly accessible.
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20100105000754/http://www.htmlhelp.com/reference/css/box/float.html
Float
Syntax:
float: <value>
Possible Values:
left | right | none
Initial Value:
none
Applies to:
All elements
Inherited:
No
The float property allows authors to wrap text around an element. This is identical in purpose to HTML 3.2's ALIGN=left and ALIGN=right for the IMG element, but CSS1 allows all elements to "float," not just the images and tables that HTML 3.2 allows.