实例 HTML水平线

x
 
<html>
<body>
<p>hr 标签定义水平线:</p>
<hr>
<p>这是段落。</p>
<hr>
<p>这是段落。</p>
<hr>
<p>这是段落。</p>
</body>
</html>
                    

输出结果