这篇文章将为大家详细讲解有关css3怎么实现自动换行效果,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。 Word-break属性 自动换行属性,使用word-
这篇文章将为大家详细讲解有关css3怎么实现自动换行效果,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。
Word-break属性
自动换行属性,使用word-break属性,可以让浏览器实现在任意位置换行
它有三个属性值分别为:
nORMal:浏览器中的默认换行行为
break-all:可允许在单词内换行
keep-all:只能在半角空格或连字符处进行换行
例:
<style>
.p1{
width:200px;
border:1pxsolid#ccc;
word-break:normal;
}
.p2{
width:200px;
border:1pxsolid#ccc;
word-break:keep-all;
}
.p3{width:200px;
border:1pxsolid#ccc;
word-break:break-all;
}
</style>
</head>
<body>
<pclass="p1">PHPChineseWEBsiteprovidesalargenumberoffree,original,high-definitionphpvideotutorials.</p>
<pclass="p2">PhpChinesewebsiteprovidesalarge numberoffree,original,high-definitionphpvideotutorials.</p>
<pclass="p3">PhpChinesewebsiteprovidesalargenumberoffree,original,high-definitionphpvideotutorials.</p>
</body>
关于“CSS3怎么实现自动换行效果”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。
--结束END--
本文标题: CSS3怎么实现自动换行效果
本文链接: https://lsjlt.com/news/89580.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2022-06-04
2022-06-04
2022-06-04
2022-06-04
2022-06-04
2022-06-04
2022-06-04
2022-06-04
2022-06-04
2022-06-04
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0