使用 CSS 控制文本的流向和格式


空白 属性用于控制文本的流向和格式。

举例

可尝试运行以下代码来实现使用空白属性控制文本流向

<html>
   <head>
   </head>
   <body>
      <p style = "white-space:pre;">
         This text has a line break and the white-space pre setting tells the browser to honor
         it just like the HTML pre tag.</p>
   </body>
</html>

更新于: 2020 年 1 月 31 日

266 次浏览

开启你的 职业生涯

通过完成课程获得认证

开始
广告