css控制段落首行縮排 text-indent

來源:互聯網
上載者:User

定義text-indent:
文本縮排縮排文字的第一行中的一個要素。

繼承:是

註:負值是不允許的。第一行縮排將左邊的價值,如果是否定的。


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

指令碼文法: object.style.textIndent = “ 50px ”

p

text-indent: 20px
}

p

text-indent: -12px 

<html>
<head>
<style type="text/css">
p {text-indent: 1cm}
</style>
</head>

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

</html>

輸出結果.

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

相關文章

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.