CSS 控制文本不換行 white-space

來源:互聯網
上載者:User

定義
white-space 。

繼承:是


JavaScript的文法
的CSS屬性也可以動態改變一個JavaScript 。

指令碼文法: object.style.whiteSpace = “ nowrap ”

 p
{
white-space: normal
}

Value Description
normal 正常模式
pre  white-space  行為像<pre>的HTML標記
nowrap The text will never wrap, it continues on the same line until a <br> tag is encountered

<html>
<head>
<style type="text/css">
p
{
white-space: nowrap
}
</style>
</head>
<body>

<p>
www.111cn.net 中國WEB第一站

www.111cn.net 中國WEB第一站

www.111cn.net 中國WEB第一站

</p>

結果.

www.111cn.net 中國WEB第一站www.111cn.net 中國WEB第一站www.111cn.net 中國WEB第一站

</body>
</html>

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.