html 首行缩进2个汉字

html 首行缩进

使用 CSS text-indent 属性。
text-indent 属性规定文本块中首行文本的缩进。
注意: 负值是允许的。如果值是负数,将第一行左缩进。

举例

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>html预览</title>
</head>
<body>

<h1>html预览</h1>
<p style="text-indent:2em;">
	使用text-indent能够实现首行缩进。
	举例:&ltp style="text-indent:2em;"&gt。
	em是长度单位,它是描述相对于应用在当前元素的字体尺寸,所以它也是相对长度单位。
	2em就是在当前环境下2个字的尺寸,即一个字大小的两倍。</p>
<p style="text-indent:2em;">
	a b c d e f g h i j k l m n o p q r s t u v w x y z ;
	a b c d e f g h i j k l m n o p q r s t u v w x y z ;
	a b c d e f g h i j k l m n o p q r s t u v w x y z ;
	a b c d e f g h i j k l m n o p q r s t u v w x y z ;
	a b c d e f g h i j k l m n o p q r s t u v w x y z ;
	a b c d e f g h i j k l m n o p q r s t u v w x y z ;</p>

</body>
</html>

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值