white-space
CSS Property:
Result:
This is a example for the CSS white-space property.
CSS Code:
#myDiv {
width: 200px;
border: 1px solid red;
white-space: nowrap;
}
Click the property values above to see the result
Click the property values above to see the result