正文段落 ‹p›

Exisi 2020-06-02 11:05:11
Categories: Tags:


 

属性

描述

align

  • left
  • right
  • center
  • justify

不赞成使用。请使用样式取代它。

规定段落中文本的对齐方式。

实例

<!DOCTYPE html>

<html lang="en">

<head>

<title>网页的标题</title>

</head>

 

<body>

<p>This is paragraph 1</p>

<p>This is paragraph 2 </p>

</body>

 

</html>

 

 

来自 <https://www.w3school.com.cn/tags/tag_p.asp>