OneTrust Interview Question

Explain CSS float?

Interview Answer

Anonymous

Apr 29, 2017

CSS Float : It is use to describe the image wrap with text. For example, float:right; in this image will be right side and it will wrap with text. Similar for left, in this image will in left side.