--- title:
{{HTMLRef}}
L'element HTML <hr>
representa un trencament temàtic entre els elements a nivell de paràgraf (per exemple, un canvi d'escena en una història, o un canvi de tema amb una secció). En versions prèvies d'HTML, es representava amb una regla horitzontal. Encara es pot mostrar com una regla horitzontal en els navegadors visuals, però ara es defineix en termes semàntics, en lloc de termes de presentació.
Per canviar l'aspecte de la regla o buits entre ell i els paràgrafs, utilitzeu els fulls d'estil en cascada (CSS).
Categories de contingut | Contingut dinàmic. |
---|---|
Contingut permès | Cap, és un {{Glossary("empty element")}}. |
Omissió de l'etiqueta | Ha de tenir una etiqueta d'inici, però no una etiqueta de tancament . |
Elements pares permesos | Qualsevol element que accepti Contingut dinàmic. |
Interfície DOM | {{domxref("HTMLHRElement")}} |
Aquest element inclou els atributs globals.
left
.<p>This is the first paragraph of text. This is the first paragraph of text. This is the first paragraph of text. This is the first paragraph of text.</p> <hr> <p>This is second paragraph of text. This is second paragraph of text. This is second paragraph of text. This is second paragraph of text.</p>
Sortida del codi HTML anterior:
This is the first paragraph of text. This is the first paragraph of text. This is the first paragraph of text. This is the first paragraph of text.
This is second paragraph of text. This is second paragraph of text. This is second paragraph of text. This is second paragraph of text.
Especificació | Estat | Comentari |
---|---|---|
{{SpecName('HTML WHATWG', 'grouping-content.html#the-hr-element', '<hr>')}} | {{Spec2('HTML WHATWG')}} | Definició de l'element hr |
{{SpecName('HTML WHATWG', 'rendering.html#the-hr-element-0')}} | {{Spec2('HTML WHATWG')}} | Suggerit la representació per defecte de l'element hr |
{{SpecName('HTML5 W3C', 'grouping-content.html#the-hr-element', '<hr>')}} | {{Spec2('HTML5 W3C')}} | |
{{SpecName('HTML4.01', 'present/graphics.html#h-15.3', '<hr>')}} | {{Spec2('HTML4.01')}} | Els atributs align , noshade , size i width estan desaprovats |
{{CompatibilityTable}}
Característica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Suport bàsic | 1.0 | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} |
Característica | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Suport bàsic | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} |