Float Property:-
Float property के द्वारा किसी element को left या right में float किया जाता है float Property द्वारा सिर्फ left या right तरफ ही Elements को float करा सकते हैं। इससे ऊपर-नीचे float नही कर सकते हैं ।
Syntax:- float : left | right | none
Float Property की different value होती है
-
left – इस value से element left side में float होता है।
-
right – इस value से element right side में float होता है।
-
none – इस value से element float नहीं होता है और जिस sequence में उसे place किया गया उसी sequence में वह show होता है।
Float Property:-
An element is floated to the left or right through the Float property. Through the float property, elements can be floated only to the left or right. It cannot float up and down.
Syntax:- float : left | right | none
Float Property has different values
-
left- With this value the element floats to the left side.
-
right- With this value the element floats to the right side.
-
none- With this value the element does not float and is shown in the same sequence in which it was placed.