How can we align img with text and what is use of float

(upload://sfhqO6pZvi4eRLXN9EonMMoZ0RN.png)6pZvi4eRLXN9EonMMoZ0RN.png)

Apply vertical alignment to image.

Some text here!

float property can be used to wrap text around images.
img {
float: right;
}
There is one other called clear. Try that out too :slight_smile: