insert horizontal line

This example demonstrates:

How to insert a horizontal line.

Example analysis:

##<hr> tag creates a horizontal line in the HTML page.

Horizontal rule can visually separate a document into parts.

Continuing Learning
||
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>php(www.php.cn)</title>
</head>
<body>
<p>hr 线</p>
<hr />
<p></p>
<hr />
<p></p>
<hr />
<p></p>
</body>
</html>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
submitReset Code
图片放大关闭