CSS Float

Just like how “wrap through” works in MS Word, the float property allows the balance between text and the image shown beside it.

 

CSS Float

Just like how “wrap through” works in MS Word, the float property allows the balance between text and the image shown beside it. 

 

Eg:

CSS Float

 

This is how your image looks without float property.

CSS Float

When we add, “float: right;”, the style of the website changes drastically.

CSS Float