the float property defines the
Answers
Answered by
0
Explanation:
- less weight
- greater mass
- eg:ship has large mass
- paper boat float because less weight
Answered by
0
Answer:
The float property is specified as a single keyword, chosen from the list of values below.
Values
left
The element must float on the left side of its containing block.
right
The element must float on the right side of its containing block.
none
The element must not float.
inline-start
The element must float on the start side of its containing block. That is the left side with ltr scripts, and the right side with rtl scripts.
inline-end
The element must float on the end side of its containing block. That is the right side with ltr scripts, and the left side with rtl scripts.
Formal definition
Similar questions