html--基础知识(p标签 段落)

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>网页标题</title>
</head>
<body>

<p>段落1</p>
<p>段落2</p>

</body>
</html>

posted on 2021-12-16 08:54  爱前端的小魏  阅读(25)  评论(0编辑  收藏  举报

导航