(upload://sfhqO6pZvi4eRLXN9EonMMoZ0RN.png)6pZvi4eRLXN9EonMMoZ0RN.png)
How can we align img with text and what is use of float
Apply vertical alignment to image.
float property can be used to wrap text around images.
img {
float: right;
}
There is one other called clear. Try that out too