CSS Property:

white-space

Result:

This is a example for the CSS white-space property.

CSS Code:

#myDiv {
                
width: 200px;
border: 1px solid red;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?