前端之家收集整理的这篇文章主要介绍了
如何在HTML中留空,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我知道
HTML对空间不敏感.但是我可以用什么来在单词或短语之间创建空格.我试过< p>< / p>这样的
标签,但HTML
自动省略.
有人可以给我示例代码吗?
您可以使用
,也就是
Non-Breaking Space.
It is essentially a standard space,the primary difference being that a browser should not break (or wrap) a line of text at the point that this
occupies.
原文链接:https://www.f2er.com/html/230238.html