使用 CSS 缩进段落的第一行


使用 text-indent 属性可缩进段落的第一行。可能值为 % 或指定缩进空格数目的数值。

示例

您可以尝试运行以下代码以缩进第一行

<html>
   <head>
   </head>
   <body>
      <p style = "text-indent:2cm;">
         This text will have first line indented by 2cm and this line will remain at
         its actual position this is done by CSS text-indent property.
      </p>
   </body>
</html>

更新日期:31-Jan-2020

3K+ 浏览

开启您的 职业生涯

完成课程获得认证

立即开始
广告