段落标签
一般用在新闻段落, 文章段落, 产品描述信息等等
标签名:p
双标签
html
<html>
<body>
<p>段落1</p>
<p>段落2</p>
<p>段落3</p>
</body>
</html>
显示特点:
- 独占一行(换行)
- 段落之间存在间隙