With the help of float property, we can control the position and layout of elements on a web page.
For example,
it can define the placement of a
If we want display an element always to top right corner on the web page.
div {
float: left;
}