css中white-space属性

Posted 本站大佬

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css中white-space属性相关的知识,希望对你有一定的参考价值。

属性·作用
normal连续的空白符会被吞并,换行符会被当作空白符来处理。文本内的换行有效
nowrap和normal一样,连续的空白符会被合并,但文本内的换行无效
pre连续的空白符会被保留,在遇到换行符或者<br>元素时才会换行
pre-wrap连续的空白符会被保留,在遇到换行符或者<br>元素时才会换行
pre-line连续的空白符会被合并,在遇到换行符或者<br>元素时才会换行

以上是关于css中white-space属性的主要内容,如果未能解决你的问题,请参考以下文章

css中white-space属性

HTML基础知识--white-space属性

white-space——处理元素内的空白

强制汉字词组换行css属性设置

CSS 换行知多少: word-wrap && word-break && white-space && word-spacing

关于页面中表格的字体样式(禁止换行)