Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<p>

HTML <p>元素(或者说 HTML 段落元素)表示文本的一个段落。该元素通常表现为一整块与相邻文本分离的文本,或以垂直的空白隔离或以首行缩进。另外,<p> 是块级元素

属性

这个元素包含全局属性

<p> 元素的 align 属性已被弃用,请不要使用

示例

<p>这是第一个段落。这是第一个段落。
   这是第一个段落。这是第一个段落。
</p>

<p>这是第二个段落。这是第二个段落。
   这是第二个段落。这是第二个段落。
</p>

输出如下:

注意

使用CSS margin属性去改变段落之间的间隙,不要在段落之间插入空的段落元素或者<br>元素。

规范

Specification Status Comment
WHATWG HTML Living Standard
<p>
Living Standard  
HTML5
<p>
Recommendation  
HTML 4.01 Specification
<p>
Recommendation  

浏览器兼容性

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 1.0 1.0 (1.7 or earlier) (Yes) (Yes) (Yes)
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support (Yes) 1.0 (1.0) (Yes) (Yes) (Yes)

另请参阅

文档标签和贡献者

 此页面的贡献者: Ende93, FredWe, xingzhi
 最后编辑者: Ende93,