English, asked by ajmalchalil5337, 8 months ago

If we don't want allow a floating div to the left side of an element , which css property will we use

Answers

Answered by Anonymous
3

Answer:

CSS PROPERTY

Explanation:

No floating elements allowed on either the left or the right side; inherit - The element inherits the clear value of its parent; The most common way to use the clear property is after you have used a float property on an element. When clearing floats, you should match the clear to the float: If an element is floated to the left, then you should clear to the left. Your floated element will continue to float, but the cleared element will appear below it on the web page.

Similar questions