0
Float is recurring or terminating?
3 Answers
+ 3
Float is always terminating if it is an IEEE
+ 2
A float can be both a recurring as well as a terminating .. float simply identifies that a number might have a decimal field.
- 1
The float Property
The float property is used for positioning and formatting content e.g. let an image float left to the text in a container.
The float property can have one of the following values:
left - The element floats to the left of its container
right - The element floats to the right of its container
none - The element does not float (will be displayed just where it occurs in the text). This is default
inherit - The element inherits the float value of its parent
In its simplest use, the float property can be used to wrap text around images.