HAPEL Core Method Reference <hr ...> Description Creates a <hr> html tag. hr($class, $id, $style, $attr); Parameters Parameter Required Default $class no null $id no null $style no null $attr no null Return Values string Example Usage: echo hr('myClass'); Result: <hr class="myClass">