Blogger Information
Blog 30
fans 0
comment 0
visits 22557
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML段落
的确
Original
956 people have browsed it

 

HTML段落

段落是通过<p>标签来定义的

实例:

<DOCTYPE html>


<html>

<head>

<meta charset="utf-8">

<title>118qq.top</title>

</head>

<body>

<p>段落</p>

<p>段落</p>

<p>段落</p>

</body>

</html>


注意:浏览器会自动在段落前后增加空行

HTML折行

如果能在不产生新段落的情况下换行,可以使用<br>标签

实例:

<DOCTYPE html>


<html>

<head>

<meta charset="utf-8">

<title>118qq.top</title>

</head>

<body>

<p>

段落<br>

段落<br>

段落<br>

</body>

</html>


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post