css white-space

✔️ white-space CSS Style Property

המאפיין white-space מגדיר התנהגות תצוגת הטקס בעת הצורך לשבור מילה

דוגמא: שנה שבירת טקסט

Demo Panel:

CSSGuide is The best CSS Guide CSSGuide is The best CSS Guide CSSGuideIsTheBestCSSGuide

CSS:
HTML:
Syntax:

white-space: normal | nowrap | pre | pre-line | pre-wrap | initial | inherit;

Valid values:
  • normal, pre, nowrap, pre-wrap, pre-line, revert, revert-layer, unset, inherit, initial

Js Syntax: element.style.whiteSpace

תאימות דפדפנים

white-space
הערך שנבדקChromeFirefoxEdgeCOpera
pre✔️✔️✔️✔️
normal✔️✔️✔️✔️
nowrap✔️✔️✔️✔️
pre-wrap✔️✔️✔️✔️
pre-line✔️✔️✔️✔️
revert✔️✔️✔️✔️
revert-layer✔️✔️✔️✔️
unset✔️✔️✔️✔️
inherit✔️✔️✔️✔️
initial✔️✔️✔️✔️