HAPEL Core Method Reference <br ...> Description Creates a <br> html tag. br($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 br('myClass'); Result: <br class="myClass">