CSS有关文字的属性:white-space,text-overflow,word-wrap

CSS white-space 属性详解
本文详细介绍了 CSS 中 white-space 属性的使用方法及其各个值的效果。包括 normal、nowrap、pre、pre-line 和 pre-wrap 等选项的区别,并探讨了它们如何影响文本布局和换行。

white-space

This is a div with white-space normal

A very, very, very, very, very, very, very, very, very long text

This is a div with white-space nowrap

A very, very, very, very, very, very, very, very, very long text

This is a div with NOBR

A very, very, very, very, very, very, very, very, very long text
w3school white-space
ValueDescription
normalSequences of whitespace will collapse into a single whitespace. Text will wrap when necessary. This is default
nowrapSequences of whitespace will collapse into a single whitespace. Text will never wrap to the next line. The text continues on the same line until a <br /> tag is encountered
preWhitespace is preserved by the browser. Text will only wrap on line breaks Acts like the <pre> tag in HTML
pre-lineSequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks
pre-wrapWhitespace is preserved by the browser. Text will wrap when necessary, and on line breaks
inheritSpecifies that the value of the white-space property should be inherited from the parent element

text-overflow

This is a div without text overflow

A very, very, very, very, very, very, very, very, very long text

This is a div text overflow: ellipsis. for internet explorer, must use together with white-space

A very, very, very, very, very, very, very, very, very long text

This is a div text overflow: for Firefox using -moz-binding

A very, very, very, very, very, very, very, very, very long text

This is a div text overflow: for Firefox Safari using presudo CSS :after

A very, very, very, very, very, very, very, very, very long text

word-wrap

This is a div text without word-wrap

thisisaveryverylongwordthisisaveryverylongword

This is a div text word-wrap:break-word

thisisaveryverylongwordthisisaveryverylongword

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值