Science, asked by falgunmpatel5252, 1 year ago

How is the float property implemented in CSS?

Answers

Answered by keshrishi9898
2

float. The float CSS property specifies that an element should be placed along the left or right side of its container, allowing text and inline elements to wrap around it. The element is removed from the normal flow of the web page, though still remaining a part of the flow (in contrast to absolute positioning).

Similar questions