css设置文字自动折行,遇到整个单词时截断,并用中划线-连接

本文介绍了如何使用CSS技巧让文字在自动折行时,遇到整个单词则用中划线连接,以保持视觉效果的整洁。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

<style>
#test1 {
clear: both;
width: 50%;
text-align: justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
   }
</style>
<div id="test1" lang="en">
   For example, if you are designing a brand new website for someone, most times you will have to make sure the prototype looks finished by inserting text or photos or what have you. The purpose of this is so the person viewing the prototype has a chance to actually feel and understand the idea behind what you have created.
</div>

重点:

hyphens: auto;

lang="en"

文字全铺满是依靠:

text-align: justify;

效果:

163622_tZh2_989269.png

转载于:https://my.oschina.net/cherryzhang/blog/633811

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值