Float kann sich auf Folgendes beziehen:
1. Bei CSS (Cascading Style Sheets) ist Float eine Eigenschaft, die verwendet wird, um Elemente auf einer Webseite zu positionieren. Beispielsweise wird auf dieser Seite ein Bild auf der rechten Seite dieses Textblocks angezeigt. Ein Bild kann mit dem img-Element mit der CSS-Eigenschaft float schweben, wie im HTML/CSS-Code unten gezeigt.
<img src="https://www.computerhope.com/jargon/f/image.jpg" alt="Image" style="float:right;" />
Other text for the page goes here and will appear to the left of the image. Once it passes the image, the text will wrap around below it, as shown here.
2. In der Programmierung wird ein Gleitkomma häufiger als Gleitkomma bezeichnet.
Videobegriffe