XHTML 1.1 Element ( Tag ) and Attribute Reference
XHTML 1.1 Reference Index > Presentation Module Index
The hr element ( tag )
contents
hr: valid parent and child elements
- valid parent elements
- blockquote, body, button, dd, del, div, fieldset, form, ins, li, map, noscript, object, td, th
- valid child elements
- - none -
hr: valid attributes
- by attribute type
- Core: class, id, title
- Internationalization: dir, xml:lang
- Events: onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup
hr: browser test
The following code sample:
Text String 1.<hr /> Text String 2.<hr /> Text String 3.<hr />
appears in your browser as:
Text String 1.
Text String 2.
Text String 3.
Text String 2.
Text String 3.