gpt4 book ai didi

html - 将一串文本放在一行中

转载 作者:技术小花猫 更新时间:2023-10-29 11:44:50 29 4
gpt4 key购买 nike

有没有办法让一串文本保持在一行中,这样如果 div 宽度变小,整个字符串将放到下一行而不是一半?

例子:

"Industry Updates - 8th
September 2013"

这种情况经常发生在移动浏览器上,而对于较小的宽度,理想情况是整个日期保持在一起给出:

"Industry Updates - 
8th September 2013"

那么有没有可以使用的标签或 css 技巧来实现这一点?谢谢

最佳答案

CSS

.nowrap {
white-space: nowrap;
}

HTML

<span class="nowrap">Industry Updates -</span>
<span class="nowrap">8th September 2013</span>

任何带有 white-space: nowrap 的元素都在一行上

关于html - 将一串文本放在一行中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18753828/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com