white-space

Introduction

white-spaceCSS property sets how white space inside an element is handled.。

Examples

Syntax

white-space: normal;

white-space: nowrap;

Values

  • normal Default No additional processing is performed on the text.

  • nowrap Suppresses line breaks (text wrapping) within the source.

Formal definition

Initial valuenormal
Applies totext
Inheritedno
Animatableno

Formal syntax

normal | nowrap

Difference with Web

  • Only support normal and nowrap

Compatibility

LCD tables only load in the browser

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.