分割线 ‹hr›

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

 

实例

<!DOCTYPE html>

<html lang="en">

 

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>test</title>

</head>

 

<body>

    <p>This is the first paragraph of text.</p>

    <hr>

    <p>This is the second paragraph of text.</p>

</body>

 

</html>

 

浏览器运行结果如下: