Computer Science, asked by eshapujari17, 6 months ago

the float property defines the ​

Answers

Answered by akku8352
0

Explanation:

  1. less weight
  2. greater mass
  3. eg:ship has large mass
  4. paper boat float because less weight
Answered by tanviparabpp
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