Horizontale Regeln können ein Dokument visuell in Teile unterteilen.
In HTML hat das
In XHTML muss
In HTML 4.01 sind alle Rendering-Attribute des hr-Elements veraltet.
In XHTML 1.0 Strict DTD werden nicht alle Rendering-Attribute des hr-Elements unterstützt.
Beispiel:
<html> <body> <p>hr 标签定义水平线:</p> <hr /> <p>这是段落。</p> <hr /> <p>这是段落。</p> <hr /> <p>这是段落。</p> </body> </html>
Die Darstellung ist wie folgt: