The _______ CSS property is used to control the line-breaking behavior of an inline element.

  • border-collapse 
  • display 
  • line-height 
  • white-space 
The white-space CSS property determines how white spaces inside an element are handled. By default, it's set to normal, which allows white spaces to collapse and line breaks to occur. However, if you want to control the line-breaking behavior of an inline element (like preventing it from breaking), you can use values like nowrap for the white-space property. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *