码迷,mamicode.com
首页 > Web开发 > 详细

前端 html body p 标签

时间:2018-09-14 23:56:19      阅读:325      评论:0      收藏:0      [点我收藏+]

标签:lang   img   bubuko   doc   ros   charset   set   style   type   

 

p标签

p表示段落,默认段落之间有间隔的

 

 4行

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <p>2314314</p>
    <p>2314314</p>
    <p>2314314</p>
    <p>2314314</p>
</body>
</html>

 

技术分享图片

 

前端 html body p 标签

标签:lang   img   bubuko   doc   ros   charset   set   style   type   

原文地址:https://www.cnblogs.com/mingerlcm/p/9051964.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!