HTML

1个成员

HTML元素 - p

发表于 2017-02-13 3630 次查看

定义

表示一段。

Denotes a paragraph.

注释

此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的脚本中可用。

此元素是块元素。

此元素不需要关闭标签。

The P element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

This element is a block element.

This element does not require a closing tag.

示例代码

<p>这是一段。</p>
发表回复
你还没有登录,请先登录注册