CSS Property:
float:

Result:
A span element.
myDIV.
Another span element.
CSS Code:

div#myDIV {
  width:100px;
  background-color:red;
  float:none;
}
  
Click the property values above to see the result
W3Schools.com - Play it