使用 CSS 调整段落文本的对齐方式


要对齐段落文本,请使用text-indent 属性。

示例

可能的值是 % 或指定缩进空间的数字。您可以尝试运行以下代码,使用 CSS 实现text-index 属性

<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>

更新于: 2020 年 1 月 31 日

439 次浏览

开启你的 职业生涯

完成课程即可获得认证

开始学习
广告